Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.harshithsunku/mcp-gtags-server

PYPI · MCP-GTAGS-SERVER · SCANNED SEP 20

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

Available components

+15 this week 51 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security50
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 30 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability80
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1677 tokens (~209/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the io.github.harshithsunku/mcp-gtags-server server?

io.github.harshithsunku/mcp-gtags-server runs locally as a PyPI package, launched with uvx mcp-gtags-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · mcp-gtags-server

# add to Claude Code
claude mcp add harshithsunku-mcp-gtags-server -- uvx mcp-gtags-server
// .cursor/mcp.json
{
  "mcpServers": {
    "harshithsunku-mcp-gtags-server": {
      "command": "uvx",
      "args": [
        "mcp-gtags-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "harshithsunku-mcp-gtags-server": {
      "command": "uvx",
      "args": [
        "mcp-gtags-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add harshithsunku-mcp-gtags-server -- uvx mcp-gtags-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "harshithsunku-mcp-gtags-server": {
      "type": "local",
      "command": [
        "uvx",
        "mcp-gtags-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add harshithsunku-mcp-gtags-server --command uvx --arg mcp-gtags-server
# ~/.hermes/config.yaml
mcp_servers:
  harshithsunku-mcp-gtags-server:
    command: "uvx"
    args: ["mcp-gtags-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "harshithsunku-mcp-gtags-server": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "mcp-gtags-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add harshithsunku-mcp-gtags-server -t stdio -c uvx -a mcp-gtags-server
// mcp.json
{
  "mcpServers": {
    "harshithsunku-mcp-gtags-server": {
      "command": "uvx",
      "args": [
        "mcp-gtags-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 18 Sept 26 −15
    • Malware scan: pass → unverified security
  • 17 Sept 26 +45
    • Injection markers: unverified → pass security
    • Malware scan: unverified → pass security
    • First check of Judged manipulation: pass security
    • Tool safety: Tool safety not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • First check of Schema quality: excellent functional
    • First check of Tool coverage: 0 functional
    • First check of Schema quality: fail functional
    • First check of Destructive annotations: pass functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: good functional
    • Capabilities: Protocol version not yet verified: we do not have a sandbox capture of the MCP handshake this version of the package performs yet. functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 1.4.2 → 2.0.0 functional
    • Package version: 1.4.2 → 1.5.0 functional
  • 14 Sept 26 −15
    • Malware scan: pass → unverified security
  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 19 Aug 26 0
    • Security disclosure: unverified → fail functional
  • 18 Aug 26 0
    • Security disclosure: fail → unverified functional
  • 14 Aug 26 0
    • Malware scan: unverified → pass security
  • 13 Aug 26 0
    • Malware scan: pass → unverified security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/mcp-gtags-server@2.0.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 30 packages
Packages resolved 30
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 8 exposed · ~1,487 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
find_callees ~140

What does this function call? Callees / outgoing calls of a function. Shows a function's dependencies without reading any file: call sites are detected in its body and verified against the index, split into in-tree functions (with locations) and external/unresolved names. Macro-generated and parser-missed (EXPORT_SYMBOL-recovered) definitions resolve too, flagged resolved_via. JSON results: {in_tree: [{symbol, path, line}], external: [names]}. Args: symbol: Exact name of the function to analyze.

NameTypeReqDescription
formatstring
project_root
symbolstringyes

No output schema declared.

No examples provided.

find_callers ~158

Who calls this function? Callers / call hierarchy / incoming calls, deduplicated per calling function with call counts. Each reference is mapped to its enclosing function and shown with the source line of its first call site, so there is nothing to re-grep. The highest signal-to-noise "who uses this?" view for impact analysis; iterate it to walk the caller graph upward. JSON results: {caller, path, sites, call} items (call = source of the first site). Args: symbol: Exact symbol name whose callers you want.

NameTypeReqDescription
formatstring
limitinteger
offsetinteger
project_root
symbolstringyes

No output schema declared.

No examples provided.

find_definition ~331

Go to definition: where a C/C++ symbol (function, struct, macro, typedef, enum) is defined, with a usage summary — the best first query. Each definition carries its #if/#ifdef guard stack (several guarded definitions = a config choice) and ctags kind/signature. The summary gives reference and file counts, the hottest files and the EXPORT_SYMBOL* variant. Macro-generated symbols resolve ("sys_read" -> SYSCALL_DEFINE3(read, ...), DEFINE_SPINLOCK names), and definitions the index parser missed are recovered from their EXPORT_SYMBOL* site — both flagged resolved_via. A miss suggests similarly named symbols. JSON: results are {symbol, path, line, col, kind, typeref, scope, signature, guard, snippet} records; the envelope adds definition_count, guard_variants, reference_count, file_count, top_files, exported. Args: symbol: Exact symbol name, e.g. "tcp_v4_rcv". case_insensitive: Match ignoring case (skips the usage summary). active_config: Kernel .config path or macro list like "CONFIG_SMP,BITS_PER_LONG=64,!CONFIG_DEBUG"; drops definitions whose guard stack is definitely false under it (count reported as config_filtered). Unknown macros never drop anything.

NameTypeReqDescription
active_config
case_insensitiveboolean
formatstring
limitinteger
offsetinteger
project_root
symbolstringyes

No output schema declared.

No examples provided.

find_references ~275

Find all references / usages of a C/C++ symbol — every call and use site. Only real reference sites from the index, each with its #if/#ifdef guard stack. Very widely used symbols (more than 200 sites, e.g. kmalloc) come back grouped by file with counts — see where usage concentrates, then narrow with path_prefix. Symbols with no in-tree definition (libc calls, some variables) work too, flagged "fallback": "symbol_usages". Args: symbol: Exact symbol name. case_insensitive: Match ignoring case. active_config: Kernel .config path or macro list; drops references whose guard stack is definitely false under it (config_filtered). group_by: "auto" (default: per-file counts above 200 references), "line" (always individual sites) or "file" (always per-file counts). path_prefix: Only references under this directory, e.g. "fs/ext4".

NameTypeReqDescription
active_config
case_insensitiveboolean
formatstring
group_bystring
limitinteger
offsetinteger
path_prefix
project_root
symbolstringyes

No output schema declared.

No examples provided.

get_symbol_body ~155

Read a symbol's source: the full body of a function, struct or macro definition, without reading the whole file. Extracts only the definition's lines, so a one-screen function never costs a 5000-line file read. Macro-generated and parser-missed (EXPORT_SYMBOL-recovered) definitions resolve too, flagged resolved_via. JSON results: {path, line, body} items. Args: symbol: Exact symbol name. max_definitions: Return at most this many bodies when the symbol is multiply defined (default 3).

NameTypeReqDescription
formatstring
max_definitionsinteger
project_root
symbolstringyes

No output schema declared.

No examples provided.

list_file_symbols ~106

Outline of one source file: every function, struct and macro it defines (document symbols), with kind, signature and #ifdef guards. Use this INSTEAD of reading a file when you only need its API surface. Args: file_path: Source file, relative to the project root or absolute.

NameTypeReqDescription
file_pathstringyes
formatstring
limitinteger
offsetinteger
project_root

No output schema declared.

No examples provided.

reachability ~201

Call path / call chain: does FROM transitively call TO, and through which functions? Use this instead of chaining find_callers rounds when the question is "can this function end up in that one?". BFS over the caller graph returns the SHORTEST chain, each hop with the call site's file:line. JSON results: {path_found, hops, depth, nodes_explored}; hops run from from_symbol to to_symbol. Static analysis cannot follow function pointers (ops structs, callbacks). Args: from_symbol: The caller end ("can this reach ..."). to_symbol: The callee end ("... this function?"). max_depth: Longest chain to consider, in calls (1-12, default 8).

NameTypeReqDescription
formatstring
from_symbolstringyes
max_depthinteger
project_root
to_symbolstringyes

No output schema declared.

No examples provided.

update_index ~121

Refresh the code index synchronously after editing files — the guaranteed-freshness barrier. Query tools refresh the index automatically in the background, so results can lag very recent edits by a few seconds. Call this right after editing files when the very next query must see the changes. Args: full: Rebuild the index from scratch instead of refreshing it incrementally (rarely needed — large branch switch, suspected corruption).

NameTypeReqDescription
formatstring
fullboolean
project_root

No output schema declared.

No examples provided.

Common questions

What is the io.github.harshithsunku/mcp-gtags-server server?

io.github.harshithsunku/mcp-gtags-server is listed in the public MCP registry as io.github.harshithsunku/mcp-gtags-server. Indexed C/C++ code navigation for AI agents, GNU Global (gtags) lookups over MCP, not grep scans. This page covers its PyPI package (mcp-gtags-server).

Is the io.github.harshithsunku/mcp-gtags-server server safe to use?

io.github.harshithsunku/mcp-gtags-server scores 51 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.harshithsunku/mcp-gtags-server server expose?

io.github.harshithsunku/mcp-gtags-server exposes 8 tools: find_definition, find_references, get_symbol_body, find_callers, find_callees, and 3 more. Their descriptions and schemas cost roughly 1,487 tokens of context every time the server is loaded.

Is the io.github.harshithsunku/mcp-gtags-server server still maintained?

io.github.harshithsunku/mcp-gtags-server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.