Odel
mcp gtags server

mcp gtags server

Local
@harshithsunku1PythonMITUpdated 1mo ago

Indexed C/C++ code navigation for AI agents — GNU Global (gtags) lookups over MCP, not grep scans.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-gtags-serverv1.4.2

Run

uvx mcp-gtags-server

MCP client config

{
  "mcpServers": {
    "mcp-gtags-server": {
      "command": "uvx",
      "args": [
        "mcp-gtags-server"
      ]
    }
  }
}