weave

breferrari/weave
★ 13 stars Rust Code/Dev Tools Updated today
A pack manager for AI CLI tools — weave together MCP servers, prompts, commands, and settings
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": {
    "weave": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "weave"
      ]
    }
  }
}