Developer Tools
Trust: 37/100 (Limited)io.github.pathmodeio/mcp-server Guide
Build intent specs via Socratic AI conversation. Connect to your Intent Layer for context.
1 starsby pathmodeio
Quick Start
Install
npx @pathmode/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-pathmodeio-mcp-server": {
"command": "npx",
"args": [
"@pathmode/mcp-server"
]
}
}
}