dev953 for VS Code
io.github.gru-953/dev953
dev953 method companion: exposes its multi-agent coding method as callable MCP tools.
client:VS Code
transport:stdio
runtime:npm
Install dev953 in VS Code
.vscode/mcp.json
{
"servers": {
"dev953": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dev953-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs