Maguyva MCP Server

Maguyva is a code-intelligence MCP server: semantic, structural, graph, and text search across your indexed repositories, so your agent finds exactly what it needs, fast. It is available as a remote MCP endpoint.

Teams that want a hosted coding agent endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-18 · ★ 3 · #186 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Maguyva

before you install - you'll need

MAGUYVA_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add maguyva-mcp --transport http https://maguyva.tools/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "maguyva-mcp": {
      "url": "https://maguyva.tools/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://maguyva.tools/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to maguyva.tools

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry vendor namespace ai.maguyva - domain-verified with the official MCP registry

03 · Who maintains Maguyva

Maguyva is maintained by maguyva. It's the only MCP server we track from this author; the repo dates to Mar 2026.

04 · Facts

category
coding agent - ranked #186 of 194 actively-maintained coding agent servers as of 2026-08-25.
registry
ai.maguyva/maguyva (active, first published 2026-07-20)

05 · Maguyva FAQ

What is Maguyva?

Maguyva is a code-intelligence MCP server: semantic, structural, graph, and text search across your indexed repositories, so your agent finds exactly what it needs, fast. It is available as a remote MCP endpoint.

Is Maguyva still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-18. We re-verify nightly.

How do I install Maguyva?

Run `claude mcp add maguyva-mcp --transport http https://maguyva.tools/mcp`. The README documents one environment variable (MAGUYVA_API_KEY) to set first. You can also paste the ready-made client config above.

Does Maguyva require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Maguyva

More coding agent MCP servers · Remem · Roslyn CodeLens · Sourcebook · Refactoring MCP Server · M1nd

More TypeScript MCP servers · Marmo UI · Mailtrap · Einvoice · Advanced Zebrunner MCP Server · The Crawler · see all