codemesh for VS Code
io.github.pyalwin/codemesh
Intelligent code knowledge graph for AI coding agents — 71% cheaper, 72% faster
client:VS Code
transport:stdio
runtime:npm
Install codemesh in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "codemesh-project-root",
"description": "CODEMESH_PROJECT_ROOT",
"password": true
}
],
"servers": {
"codemesh": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pyalwin/codemesh"
],
"env": {
"CODEMESH_PROJECT_ROOT": "${input:codemesh-project-root}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs