Odel
mcp server

mcp server

Local
@pathmodeio2Updated 5 days ago

Deterministic intent preflight before your agent builds: six gates, keyless, no model call.

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@pathmode/mcp-serverv1.26.1

Run

npx -y @pathmode/mcp-server

MCP client config

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