Code Assistant runs on your own machine — the client starts it, so there is no endpoint to ping. 22 installs a week from npm.
Gemini-powered MCP server for code analysis.
The linked repository no longer exists on GitHub — it was deleted or made private.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add code-assistant -- npx -y @j0hanz/code-assistant
{
"mcpServers": {
"code-assistant": {
"args": [
"-y",
"@j0hanz/code-assistant"
],
"command": "npx"
}
}
}
[mcp_servers.code-assistant]
command = "npx"
args = ["-y", "@j0hanz/code-assistant"]
{
"mcpServers": {
"code-assistant": {
"args": [
"-y",
"@j0hanz/code-assistant"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"code-assistant": {
"args": [
"-y",
"@j0hanz/code-assistant"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.