iris

pantheon-org/iris
★ 0 stars Go 💻 Code/Dev Tools Updated 1d ago
Manage your MCP server config from one central place
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "iris": {
      "command": "go",
      "args": [
        "run",
        "github.com/pantheon-org/iris@latest"
      ]
    }
  }
}

README Excerpt

> Sync MCP server configs across all your AI providers. `iris` is a CLI tool that keeps MCP server configurations in sync across all your AI providers. Define your servers once in `.iris.json` and run `iris sync` to propagate them everywhere. Build from source: ```sh mise run build # produces dist/iris