← Back to Plugins
MCP Server MCP

io.github.pathmodeio/mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @pathmode/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@pathmode/mcp-server",
      "version": "1.6.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional: Your Pathmode API key for team features (dependency graph, workspace context). Get one from Settings > API Keys in the Pathmode app.",
          "format": "string",
          "isSecret": true,
          "name": "PATHMODE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...