Rust native MCP server intended for speed of execution and token saving. Especially for large codebases and very large code files.
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"
]
}
}
}
Run in terminal:
claude mcp add symforge cargo run -- symforge
Add to .cursor/mcp.json:
{
"mcpServers": {
"symforge": {
"command": "cargo",
"args": [
"run",
"--",
"symforge"
]
}
}
}