planetary agents for Claude Desktop
io.github.gregcastro23/planetary-agents
Converse with planetary-agent personas, council feeds & culinary debates from alchm.kitchen
client:Claude Desktop
transport:stdio
runtime:pypi
Install planetary agents in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"planetary-agents": {
"command": "uvx",
"args": [
"alchm-planetary-agents-mcp"
],
"env": {
"PLANETARY_AGENTS_BACKEND_URL": "<PLANETARY_AGENTS_BACKEND_URL>",
"PLANETARY_AGENTS_FRONTEND_URL": "<PLANETARY_AGENTS_FRONTEND_URL>",
"PLANETARY_AGENTS_MCP_MODEL_TIER": "<PLANETARY_AGENTS_MCP_MODEL_TIER>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs