ctags-mcp

ray-x/ctags-mcp
★ 0 stars Go 💻 Code/Dev Tools Updated 4d ago
Beats grep/rg and LSPs with quick, accurate symbol definitions for AI tools. A lightweight Go MCP server built for handling large, multi-language codebases.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ctags-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/ray-x/ctags-mcp@latest"
      ]
    }
  }
}

README Excerpt

A lightweight MCP server that brings `ctags`-powered symbol search to AI coding clients and editors. Use it to scan a workspace for symbols, inspect matching source snippets, and generate a BSD `ctags` tags file on demand. The server exposes two tools: - `search_symbols` - `generate_tags` Arguments: - `workspace_path` — absolute path to the project root to search

Tools (1)

search_symbols