codeweave

abhij1306/codeweave
★ 14 stars Rust AI/LLM Updated 2d ago ⚠ Review
MCP server to enable local coding through chatgpt, claude or perplexity
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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