PluginBench
MCP Server

Konstruct MCP Server

io.github.alright-alright/konstruct

What is the Konstruct MCP server?

Knowledge graph for AI agents. Query concepts, walk edges, get advisories.

How to install Konstruct

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "konstruct": {
      "url": "https://konstruct-api.aerynw.workers.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "konstruct": {
      "serverUrl": "https://konstruct-api.aerynw.workers.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "konstruct": {
      "type": "http",
      "url": "https://konstruct-api.aerynw.workers.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "konstruct": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://konstruct-api.aerynw.workers.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http konstruct https://konstruct-api.aerynw.workers.dev/mcp

Related MCP servers

Biological memory for AI agents. Pattern learning, decay, clustering, 8-drive behavior.

View repository →