mcp-gtags-server
About
Indexed C/C++ code navigation for AI agents — GNU Global (gtags) lookups over MCP, not grep scans.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GTAGS_MCP_ROOT GTAGS_MCP_AUTO_SETUPClaude Code
claude mcp add --env GTAGS_MCP_ROOT= --env GTAGS_MCP_AUTO_SETUP= mcp-gtags-server -- uvx mcp-gtags-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-gtags-server","command":"uvx","args":["mcp-gtags-server"],"env":{"GTAGS_MCP_ROOT":"","GTAGS_MCP_AUTO_SETUP":""}}'
JSON
{
"mcpServers": {
"mcp-gtags-server": {
"command": "uvx",
"args": [
"mcp-gtags-server"
],
"env": {
"GTAGS_MCP_ROOT": "",
"GTAGS_MCP_AUTO_SETUP": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.