Skip to content
Cursor

Code Assistant for Cursor

io.github.j0hanz/code-assistant

Gemini-powered MCP server for code analysis.

client:Cursor transport:stdio runtime:npm

Install Code Assistant in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "code-assistant": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/code-assistant"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Code Assistant in other clients