Back to search
30
MCP

ctags-mcp

pypi/ctags-mcp

MCP server for ctags-based code navigation in Claude Code

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

Similar MCP servers embedding-nearest

cpp-debug-mcp
Claude Code MCP server for C++ debugging with GDB and clangd
0 tools
mcp-ctags
MCP server for fast code navigation using Universal Ctags and ripgrep — find symbol definitions and references across any codebase
0 tools
cc-plugin-mcp
Claude Code Plugin MCP - Access Claude Code plugins via MCP protocol
0 tools
agentdrive-mcp
Agent Drive MCP server for Claude Code
0 tools
claude-sessions-mcp
MCP server for managing Claude Code conversation sessions
0 tools
claude-slash-commands-mcp
MCP server for Claude Code slash commands
0 tools

How to use

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

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