Catalog
io.github.pathmodeio/mcp-server
Officialby pathmodeio · TypeScript
Build intent specs via Socratic AI conversation. Connect to your Intent Layer for context.
Build intent specifications through Socratic AI conversation and Intent Layer integration.
README not available yet.
Install
Configuration
Environment variables
PATHMODE_API_KEYsecretOptional: Your Pathmode API key for team features (dependency graph, workspace context). Get one from Settings > API Keys in the Pathmode app.
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@pathmode/mcp-server@1.6.0"
],
"env": {
"PATHMODE_API_KEY": "<YOUR_PATHMODE_API_KEY>"
}
}
}
}