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.
Get your API key at maguyva.ai.
claude mcp add maguyva -e MAGUYVA_API_KEY=your-api-key -- npx -y @maguyva/mcpAdd 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"
}
}
}
}MIT