Skip to content

Maguyva/mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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/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

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors