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.
CLI (recommended)
claude mcp add maguyva -e MAGUYVA_API_KEY=your-api-key -- npx -y @maguyva/mcpManual
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