mcp gtags server for Grok
io.github.harshithsunku/mcp-gtags-server
Indexed C/C++ code navigation for AI agents — GNU Global (gtags) lookups over MCP, not grep scans.
client:Grok
transport:stdio
runtime:pypi
Install mcp gtags server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-gtags-server": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-gtags-server"
],
"env": {
"GTAGS_MCP_ROOT": "<GTAGS_MCP_ROOT>",
"GTAGS_MCP_AUTO_SETUP": "<GTAGS_MCP_AUTO_SETUP>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs