PluginBench
MCP Server

Kindex MCP Server

io.github.jmcentire/kindex

What is the Kindex MCP server?

Persistent knowledge graph and MCP server for AI workflows with git-tracked project context.

How to install Kindex

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kindex": {
      "command": "pipx",
      "args": [
        "kindex"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "kindex": {
      "command": "pipx",
      "args": [
        "kindex"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "kindex": {
      "command": "pipx",
      "args": [
        "kindex"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "kindex": {
      "type": "stdio",
      "command": "pipx",
      "args": [
        "kindex"
      ]
    }
  }
}
Claude Code
claude mcp add kindex -- pipx kindex

Related MCP servers

Deterministic policy enforcement and MCP management for AI agent tool calls.

View repository →