mcp-gtags-server

harshithsunku/mcp-gtags-server
★ 0 stars Python AI/LLM Updated 5d ago
Indexed code navigation for AI coding agents (Claude Code, Cursor, any MCP client) — replaces grep scans with GNU Global (gtags) lookups. ~100x faster, radically less context noise. One-line no-sudo install, everything in user space.
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-gtags-server": {
      "command": "uvx",
      "args": [
        "mcp-gtags-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-gtags-server

Topics

ai-agentsclaudeclaude-codecode-navigationcode-searchcursordeveloper-toolsgnu-globalgtagsllmmcpmodel-context-protocol