Amicus
Rank #976io.github.BourbonDog/amicus
Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back.
Amicus is a Model Context Protocol (MCP) server published by bourbondog. It ranks #976 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Amicus is listed across 3 registries — Official MCP, PulseMCP and Glama, with 25 tracked versions. It was first listed on Jul 2, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 114,484 of 115,460 servers on MCP Toplist.
Use Amicus
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add amicus -e "OPENROUTER_API_KEY=<your OPENROUTER_API_KEY>" -e "AMICUS_SKIP_POSTINSTALL=<your AMICUS_SKIP_POSTINSTALL>" -- npx -y amicus mcpReplace each placeholder with your own value before saving.
[mcp_servers.amicus]
command = "npx"
args = ["-y", "amicus", "mcp"]
[mcp_servers.amicus.env]
OPENROUTER_API_KEY = "<your OPENROUTER_API_KEY>"
AMICUS_SKIP_POSTINSTALL = "<your AMICUS_SKIP_POSTINSTALL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amicus": {
"command": "npx",
"args": [
"-y",
"amicus",
"mcp"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>",
"AMICUS_SKIP_POSTINSTALL": "<your AMICUS_SKIP_POSTINSTALL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amicus": {
"command": "npx",
"args": [
"-y",
"amicus",
"mcp"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>",
"AMICUS_SKIP_POSTINSTALL": "<your AMICUS_SKIP_POSTINSTALL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"amicus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"amicus",
"mcp"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>",
"AMICUS_SKIP_POSTINSTALL": "<your AMICUS_SKIP_POSTINSTALL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amicus": {
"command": "npx",
"args": [
"-y",
"amicus",
"mcp"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>",
"AMICUS_SKIP_POSTINSTALL": "<your AMICUS_SKIP_POSTINSTALL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"amicus": {
"command": "npx",
"args": [
"-y",
"amicus",
"mcp"
],
"env": {
"OPENROUTER_API_KEY": "<your OPENROUTER_API_KEY>",
"AMICUS_SKIP_POSTINSTALL": "<your AMICUS_SKIP_POSTINSTALL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.BourbonDog%2Famicus)<a href="https://mcptoplist.com/server/io.github.BourbonDog%2Famicus"><img src="https://mcptoplist.com/badge/io.github.BourbonDog%2Famicus.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
bourbondog
Available versions (25)
| Version | Published |
|---|---|
| 4.9.3 | Aug 28, 2026 |
| 4.9.1 | Aug 27, 2026 |
| 4.9.0 | Aug 26, 2026 |
| 4.8.1 | Aug 25, 2026 |
| 4.8.0 | Aug 24, 2026 |
| 4.7.1 | Aug 10, 2026 |
| 4.7.0 | Aug 8, 2026 |
| 4.6.3 | Aug 6, 2026 |
| 4.6.2 | Aug 5, 2026 |
| 4.6.1 | Aug 4, 2026 |
| 4.6.0 | Aug 2, 2026 |
| 4.5.2 | Aug 1, 2026 |
| 4.5.1 | Jul 30, 2026 |
| 4.5.0 | Jul 29, 2026 |
| 4.4.1 | Jul 27, 2026 |
| 4.4.0 | Jul 26, 2026 |
| 4.3.0 | Jul 25, 2026 |
| 4.2.1 | Jul 24, 2026 |
| 4.2.0 | Jul 24, 2026 |
| 4.0.0 | Jul 21, 2026 |
| 3.2.0 | Jul 17, 2026 |
| 3.1.0 | Jul 16, 2026 |
| 2.1.0 | Jul 4, 2026 |
| 2.0.0 | Jul 3, 2026 |
| 1.9.1 | Jul 3, 2026 |
Frequently asked questions
- Who maintains Amicus?
- Amicus is maintained by bourbondog, which publishes 1 MCP server (25 total versions) tracked on MCP Toplist.
- Is Amicus listed on the Official MCP Registry?
- Yes — Amicus is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Amicus have?
- MCP Toplist tracks 25 versions of Amicus, most recently published on Aug 28, 2026.
- Where can I find the source code for Amicus?
- The source code for Amicus is hosted at github.com/bourbondog/amicus.