PluginBench
MCP Server

Code Assistant MCP Server

io.github.j0hanz/code-assistant

What is the Code Assistant MCP server?

Gemini-powered MCP server for code analysis.

How to install Code Assistant

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "code-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/code-assistant"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "code-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/code-assistant"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "code-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/code-assistant"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "code-assistant": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/code-assistant"
      ]
    }
  }
}
Claude Code
claude mcp add code-assistant -- npx -y @j0hanz/code-assistant

Related MCP servers

Gemini-powered MCP server for code analysis.

View repository →

Gemini-powered MCP server for code review analysis.

View repository →

Multi-level reasoning MCP server with configurable depth levels

View repository →

An MCP server that fetches web pages and converts them to clean, readable Markdown.

View repository →

🔍 Read-only MCP server for secure filesystem exploration, searching, and analysis

View repository →

Secure filesystem MCP server for reading, writing, searching, diffing, and patching files.

View repository →