mcp gtags server for Windsurf
io.github.harshithsunku/mcp-gtags-server
Indexed C/C++ code navigation for AI agents — GNU Global (gtags) lookups over MCP, not grep scans.
client:Windsurf
transport:stdio
runtime:pypi
Install mcp gtags server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-gtags-server": {
"command": "uvx",
"args": [
"mcp-gtags-server"
],
"env": {
"GTAGS_MCP_ROOT": "<GTAGS_MCP_ROOT>",
"GTAGS_MCP_AUTO_SETUP": "<GTAGS_MCP_AUTO_SETUP>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs