Back to search
30
MCP

mcp-ctags

npm/mcp-ctags

MCP server for fast code navigation using Universal Ctags and ripgrep — find symbol definitions and references across any codebase

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

ctags-mcp
MCP server for ctags-based code navigation in Claude Code
0 tools
acemcp-fast
MCP server for codebase indexing and semantic search with multi-encoding support and .gitignore integration
0 tools
io.github.dave-london/search
MCP server for code search (ripgrep + fd) with structured, token-efficient output
0 tools
allentcm/mcp-codebase-rag
MCP server for code retrieval from a fully indexed codebase using CocoIndex
0 tools
code-rag-mcp
MCP server for efficient code search
0 tools
mcp-code-indexer
MCP server that tracks file descriptions across codebases, enabling AI agents to efficiently navigate and understand code through searchable
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp-ctags": {
      "url": "None",
      "transport": "http"
    }
  }
}