Skip to content
Claude Desktop

index server for Claude Desktop

io.github.jagilber-org/index-server

MCP instruction indexing server with search, CRUD, validation, and cross-repo knowledge promotion.

client:Claude Desktop transport:stdio runtime:npm

Install index server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "index-server": {
      "command": "npx",
      "args": [
        "-y",
        "@jagilber-org/index-server"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

index server in other clients