index server for VS Code
io.github.jagilber-org/index-server
MCP instruction indexing server with search, CRUD, validation, and cross-repo knowledge promotion.
client:VS Code
transport:stdio
runtime:npm
Install index server in VS Code
.vscode/mcp.json
{
"servers": {
"index-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jagilber-org/index-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs