Legion MCP Server
Rank #12,665io.github.faulkj/legion
MCP-native LLM councils for debates, juries, blind panels, refinement, and custom deliberation.
Legion MCP Server is a Model Context Protocol (MCP) server published by faulkj. It ranks #12,665 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Legion MCP Server is listed across 3 registries — Official MCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Jul 9, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 102,795 of 115,460 servers on MCP Toplist.
Use Legion MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add legion -e "DEFAULT_BASE_URL=<your DEFAULT_BASE_URL>" -e "DEFAULT_API_KEY=<your DEFAULT_API_KEY>" -e "MAX_ROUNDS=<your MAX_ROUNDS>" -e "TOKEN_BUDGET=<your TOKEN_BUDGET>" -e "DYNAMIC_ROLES=<your DYNAMIC_ROLES>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y legion-mcp stdioReplace each placeholder with your own value before saving.
[mcp_servers.legion]
command = "npx"
args = ["-y", "legion-mcp", "stdio"]
[mcp_servers.legion.env]
DEFAULT_BASE_URL = "<your DEFAULT_BASE_URL>"
DEFAULT_API_KEY = "<your DEFAULT_API_KEY>"
MAX_ROUNDS = "<your MAX_ROUNDS>"
TOKEN_BUDGET = "<your TOKEN_BUDGET>"
DYNAMIC_ROLES = "<your DYNAMIC_ROLES>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"legion": {
"command": "npx",
"args": [
"-y",
"legion-mcp",
"stdio"
],
"env": {
"DEFAULT_BASE_URL": "<your DEFAULT_BASE_URL>",
"DEFAULT_API_KEY": "<your DEFAULT_API_KEY>",
"MAX_ROUNDS": "<your MAX_ROUNDS>",
"TOKEN_BUDGET": "<your TOKEN_BUDGET>",
"DYNAMIC_ROLES": "<your DYNAMIC_ROLES>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"legion": {
"command": "npx",
"args": [
"-y",
"legion-mcp",
"stdio"
],
"env": {
"DEFAULT_BASE_URL": "<your DEFAULT_BASE_URL>",
"DEFAULT_API_KEY": "<your DEFAULT_API_KEY>",
"MAX_ROUNDS": "<your MAX_ROUNDS>",
"TOKEN_BUDGET": "<your TOKEN_BUDGET>",
"DYNAMIC_ROLES": "<your DYNAMIC_ROLES>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"legion": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"legion-mcp",
"stdio"
],
"env": {
"DEFAULT_BASE_URL": "<your DEFAULT_BASE_URL>",
"DEFAULT_API_KEY": "<your DEFAULT_API_KEY>",
"MAX_ROUNDS": "<your MAX_ROUNDS>",
"TOKEN_BUDGET": "<your TOKEN_BUDGET>",
"DYNAMIC_ROLES": "<your DYNAMIC_ROLES>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"legion": {
"command": "npx",
"args": [
"-y",
"legion-mcp",
"stdio"
],
"env": {
"DEFAULT_BASE_URL": "<your DEFAULT_BASE_URL>",
"DEFAULT_API_KEY": "<your DEFAULT_API_KEY>",
"MAX_ROUNDS": "<your MAX_ROUNDS>",
"TOKEN_BUDGET": "<your TOKEN_BUDGET>",
"DYNAMIC_ROLES": "<your DYNAMIC_ROLES>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"legion": {
"command": "npx",
"args": [
"-y",
"legion-mcp",
"stdio"
],
"env": {
"DEFAULT_BASE_URL": "<your DEFAULT_BASE_URL>",
"DEFAULT_API_KEY": "<your DEFAULT_API_KEY>",
"MAX_ROUNDS": "<your MAX_ROUNDS>",
"TOKEN_BUDGET": "<your TOKEN_BUDGET>",
"DYNAMIC_ROLES": "<your DYNAMIC_ROLES>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}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.faulkj%2Flegion)<a href="https://mcptoplist.com/server/io.github.faulkj%2Flegion"><img src="https://mcptoplist.com/badge/io.github.faulkj%2Flegion.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
faulkj
Other servers by faulkj
View all faulkj servers →Available versions (2)
| Version | Published |
|---|---|
| 0.3.2 | Aug 28, 2026 |
| 0.3.1 | Aug 26, 2026 |
Frequently asked questions
- Who maintains Legion MCP Server?
- Legion MCP Server is maintained by faulkj, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Legion MCP Server listed on the Official MCP Registry?
- Yes — Legion MCP Server is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Legion MCP Server have?
- MCP Toplist tracks 2 versions of Legion MCP Server, most recently published on Aug 28, 2026.
- Where can I find the source code for Legion MCP Server?
- The source code for Legion MCP Server is hosted at github.com/faulkj/legion-mcp.