Odel
Orca MCP Server

Orca MCP Server

Local
@jascal14TypeScriptUpdated 3mo ago

Go from natural language to verified finite state machines — topology bugs caught before code runs.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@orcalang/orca-mcp-serverv0.1.30

Run

npx -y @orcalang/orca-mcp-server

MCP client config

{
  "mcpServers": {
    "orca-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@orcalang/orca-mcp-server"
      ]
    }
  }
}