madari

ankitvg/madari
★ 1 stars Go Code/Dev Tools Updated 3d ago
CLI tool to install, sync and manage local MCP servers.
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": {
    "madari": {
      "command": "go",
      "args": [
        "run",
        "github.com/ankitvg/madari@latest"
      ]
    }
  }
}

README Excerpt

Madari is a CLI to deploy MCP servers into your AI client setup with reliable install, registration, and sync. Homebrew (recommended): ```bash brew tap ankitvg/tap brew install madari ``` Go: ```bash go install github.com/ankitvg/madari/cmd/madari@latest ``` - `madari install <package> [options]` - `madari add <name> --command <cmd> --client <client>`

Topics

clideveloper-toolsgolangmcpmcp-toolsmodel-context-protocolopen-source