MCP Gtags Server — AI skill for Claude Code
Indexed code navigation for AI coding agents (Claude Code, Cursor, any MCP client) — replaces grep scans with GNU Global (gtags) lookups.
How to install MCP Gtags Server
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open harshithsunku/mcp-gtags-server and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What MCP Gtags Server does
Indexed code navigation for AI coding agents (Claude Code, Cursor, any MCP client) — replaces grep scans with GNU Global (gtags) lookups. ~100x faster, radically less context noise. One-line no-sudo install, everything in user space.
Alternatives in AI
- J Space Cognition Suite V3.7 — J-Space Cognition Suite V3.7 - AI cognitive-enhancement Skills based on Anthropic's J-space global workspace r 3k ★
- Investment News — 为 A股投资者打造的全球产业链资讯看板 · 12 大赛道一一对应 A股板块(半导体/AI/机器人/新能源车…),覆盖 100+ 权威源,用你自己的大模型每日提炼中文「今日要点」+ 翻译 · 全程本地、零 API key 447 ★
- Semble Rs — Fast, AI-agent-native code search in Rust — hybrid BM25 + semantic, Tree-sitter AST chunking, dependency & imp 210 ★
README
mcp-gtags-server
**Stop letting your AI agent grep. Give it an index.**
[](https://pypi.org/project/mcp-gtags-server/) [](https://github.com/harshithsunku/mcp-gtags-server/actions/workflows/ci.yml) [](https://github.com/harshithsunku/mcp-gtags-server/actions/workflows/eval.yml) [](https://www.python.org/downloads/) [](LICENSE) [](https://modelcontextprotocol.io/) [](https://www.gnu.org/software/global/) [](https://cursor.com/en/install-mcp?name=gtags&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyJtY3AtZ3RhZ3Mtc2VydmVyIl19)
mcp-name: io.github.harshithsunku/mcp-gtags-server
# If you don't have uv yet (one-time, no sudo):
curl -LsSf https://astral.sh/uv/install.sh | sh
{ "mcpServers": { "gtags": { "command": "uvx", "args": ["mcp-gtags-server"] } } }
*One user-level config entry, no sudo, no pre-installed anything — the whole toolchain installs itself into user space on first use, and every repo you open is served automatically.*
Every AI coding agent — Claude Code, Cursor, Codex, you name it — answers *"where is this function defined?"* the same way: **grep the entire tree**. On a million-line C/C++ codebase that's a full scan per question, and the output is a firehose: every comment, string literal, and unrelated match, dumped straight into the model's context window.
**mcp-gtags-server** replaces those scans with indexed lookups powered
Related Skills
Go Surgeon
Deterministic Go code editing for LLM agents. AST-based CLI and MCP server that replaces Edit, Read, and Grep
Sudoplz
Give Claude Code, Cursor, and other AI coding agents the ability to run sudo with case-by-case GUI approval. P
Fauxnix
Run Linux-style commands on Windows via deterministic bash→PowerShell translation. No VM, no WSL. MCP server +
Clean Commit Skill
Keep AI noise out of your git history. A cross-platform agent skill that blocks Co-Authored-By bots, generator
Gw
Gradle output filter for AI coding agents — strips noise, keeps errors/warnings/status, with Claude Code hook
Knowledge Graph
Generate a knowledge graph of the project docs for AI navigation and exploration.
Related Agents
Codealive Context Explorer
Iterative code exploration across indexed repositories using CodeAlive semantic search, grep, artifact fetch,
Code Navigation
Stage 2 of Vulpine. Given the build directory produced by stage 1, produce a Woboq-indexed, browsable, codenav
Ava Slack Watch
Incremental Slack sweep — reads only what is new since the last cursor in the configured channels, separates r