callimachus for VS Code
io.github.betabots-llc/callimachus
MCP server for Callimachus: local index and search of your AI coding-agent threads
client:VS Code
transport:stdio
runtime:npm
Install callimachus in VS Code
.vscode/mcp.json
{
"servers": {
"callimachus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"callimachus-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs