Loomal

Code Assistant

MCP server by github.com/j0hanz/code-assistant

Gemini-powered MCP server for code analysis.

0 starsnpm: @j0hanz/code-assistant

About Code Assistant

Code Assistant is an MCP (Model Context Protocol) server published by j0hanz in the official MCP registry, listed under Code Analysis on Loomal. Gemini-powered MCP server for code analysis.

It ships as an npm package (@j0hanz/code-assistant), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/j0hanz/code-assistant.

Use Code Assistant with your agent

Claude Code · one command
claude mcp add code-assistant -- npx -y @j0hanz/code-assistant
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "code-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "@j0hanz/code-assistant"
      ]
    }
  }
}
npm@j0hanz/code-assistant

Frequently asked questions

What is Code Assistant?
Code Assistant is an MCP (Model Context Protocol) server by j0hanz in the Code Analysis category. Gemini-powered MCP server for code analysis.
How do I connect Code Assistant to Claude, Cursor, or another MCP client?
Install Code Assistant from its npm package (@j0hanz/code-assistant) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is Code Assistant open source?
Yes — the source code is public at github.com/j0hanz/code-assistant.
Can AI agents pay to use Code Assistant?
Not yet through Loomal — Code Assistant is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain Code Assistant? Claim this listing free by verifying GitHub ownership, or contact us.