Konstruct for Claude Desktop
io.github.alright-alright/konstruct
Knowledge graph for AI agents. Query concepts, walk edges, get advisories.
client:Claude Desktop
transport:streamable-http
Install Konstruct in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"konstruct": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://konstruct-api.aerynw.workers.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs