JSPM

@maguyva/mcp

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q74313F
  • License MIT

MCP server for Maguyva — code intelligence with semantic, structural, and text search across your codebase

Package Exports

  • @maguyva/mcp
  • @maguyva/mcp/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@maguyva/mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@maguyva/mcp

Give your AI coding agent deep understanding of your codebase. Maguyva provides semantic, structural, and text search across your entire codebase -- so your agent finds exactly what it needs, fast.

This package connects Claude Code (or any MCP-compatible client) to the Maguyva platform.

Setup

Get your API key at maguyva.ai.

claude mcp add maguyva -e MAGUYVA_API_KEY=your-api-key -- npx -y @maguyva/mcp

Manual

Add to your project's .mcp.json (or ~/.claude.json for global access):

{
  "mcpServers": {
    "maguyva": {
      "command": "npx",
      "args": ["-y", "@maguyva/mcp"],
      "env": {
        "MAGUYVA_API_KEY": "your-api-key"
      }
    }
  }
}

License

MIT