← Back to Plugins
MCP Server MCP

io.github.harshithsunku/mcp-gtags-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...