← Index

io.github.pathmodeio/mcp-server

io.github.pathmodeio/mcp-server·v1.4.0·Other
Quality Score
84
/100

Build intent specs via Socratic AI conversation. Connect to your Intent Layer for context.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@pathmode/mcp-server"
      ],
      "env": {
        "PATHMODE_API_KEY": "<your-pathmode_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@pathmode/mcp-server"
      ],
      "env": {
        "PATHMODE_API_KEY": "<your-pathmode_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @pathmode/mcp-server
§02  Environment variables
PATHMODE_API_KEY
secret

Optional: Your Pathmode API key for team features (dependency graph, workspace context). Get one from Settings > API Keys in the Pathmode app.

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other