MCP Server
MCP
io.github.harshithsunku/mcp-gtags-server
Indexed C/C++ code navigation for AI agents — GNU Global (gtags) lookups over MCP, not grep scans.
Install
uvx mcp-gtags-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "mcp-gtags-server",
"version": "1.4.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional pinned project root. Usually unnecessary: the server uses the client's workspace roots or auto-detects the repo from its working directory.",
"format": "string",
"name": "GTAGS_MCP_ROOT"
},
{
"description": "Set to 0 to disable the automatic user-space install of the gtags/ctags toolchain on first use.",
"format": "string",
"name": "GTAGS_MCP_AUTO_SETUP"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment