symtrace-mcp

tatsuya6502/symtrace-mcp
★ 0 stars Rust 🤖 AI/LLM Updated today
Minimal MCP server providing LSP-powered code intelligence for AI coding agents
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": {
    "symtrace-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "symtrace-mcp"
      ]
    }
  }
}

README Excerpt

> [!CAUTION] > This project is in early development. Expect breaking changes. A Rust MCP (Model Context Protocol) server that provides LSP-powered code intelligence to AI coding agents. It manages language server processes on behalf of AI tools, exposing operations like find-references, goto-definition, and call-hierarchy traversal as MCP tools over stdio.