mcp

Maguyva/mcp
★ 2 stars TypeScript AI/LLM Updated today
MCP server for Maguyva — code intelligence with semantic, structural, and text search across your codebase.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Maguyva/mcp"
      ]
    }
  }
}

README Excerpt

Maguyva is a **remote streamable-HTTP MCP server** at `https://maguyva.tools/mcp`. Most modern clients connect to it directly — no local process needed. This package is a stdio bridge for the clients that can't. **Pick your path:** | Your client | Use | |---|---| | Claude Code or OpenAI Codex | The [maguyva/agent-plugins](https://github.com/maguyva/agent-plugins) plugin — bundles the connection, the usage skill, and session-start guidance |