planetary-agents
About
Converse with planetary-agent personas, council feeds & culinary debates from alchm.kitchen
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PLANETARY_AGENTS_BACKEND_URL PLANETARY_AGENTS_FRONTEND_URL PLANETARY_AGENTS_MCP_MODEL_TIERClaude Code
claude mcp add --env PLANETARY_AGENTS_BACKEND_URL= --env PLANETARY_AGENTS_FRONTEND_URL= --env PLANETARY_AGENTS_MCP_MODEL_TIER= planetary-agents -- uvx alchm-planetary-agents-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"planetary-agents","command":"uvx","args":["alchm-planetary-agents-mcp"],"env":{"PLANETARY_AGENTS_BACKEND_URL":"","PLANETARY_AGENTS_FRONTEND_URL":"","PLANETARY_AGENTS_MCP_MODEL_TIER":""}}'
JSON
{
"mcpServers": {
"planetary-agents": {
"command": "uvx",
"args": [
"alchm-planetary-agents-mcp"
],
"env": {
"PLANETARY_AGENTS_BACKEND_URL": "",
"PLANETARY_AGENTS_FRONTEND_URL": "",
"PLANETARY_AGENTS_MCP_MODEL_TIER": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.