symforge

special-place-ai-heaven/symforge
★ 1 stars Rust Code/Dev Tools Updated 3d ago
Rust native MCP server intended for speed of execution and token saving. Especially for large codebases and very large code files.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "symforge": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "symforge"
      ]
    }
  }
}