Code Assistant for VS Code
io.github.j0hanz/code-assistant
Gemini-powered MCP server for code analysis.
client:VS Code
transport:stdio
runtime:npm
Install Code Assistant in VS Code
.vscode/mcp.json
{
"servers": {
"code-assistant": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j0hanz/code-assistant"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs