io.github.gregcastro23/planetary-agents MCP Server
io.github.gregcastro23/planetary-agents
What is the io.github.gregcastro23/planetary-agents MCP server?
Converse with planetary-agent personas, council feeds & culinary debates from alchm.kitchen
How to install io.github.gregcastro23/planetary-agents
Copy-paste configuration for popular MCP clients.
PLANETARY_AGENTS_BACKEND_URLBase URL of the Planetary Agents FastAPI backend that serves persona chat. Defaults to http://localhost:8000 for local dev; set to https://api.agents.alchm.kitchen to use the hosted service.
PLANETARY_AGENTS_FRONTEND_URLBase URL of the Planetary Agents frontend, used by get_agent_feed_discussion to read council-feed threads. Defaults to http://localhost:3000; set to https://agents.alchm.kitchen for the hosted feed.
PLANETARY_AGENTS_MCP_MODEL_TIERDefault model tier for persona responses: free | cheap_fast | primary | reflective. Defaults to free (the hosted backend reserves paid tiers).
{
"mcpServers": {
"planetary-agents": {
"command": "uvx",
"args": [
"alchm-planetary-agents-mcp"
],
"env": {
"PLANETARY_AGENTS_BACKEND_URL": "<YOUR_PLANETARY_AGENTS_BACKEND_URL>",
"PLANETARY_AGENTS_FRONTEND_URL": "<YOUR_PLANETARY_AGENTS_FRONTEND_URL>",
"PLANETARY_AGENTS_MCP_MODEL_TIER": "<YOUR_PLANETARY_AGENTS_MCP_MODEL_TIER>"
}
}
}
}{
"mcpServers": {
"planetary-agents": {
"command": "uvx",
"args": [
"alchm-planetary-agents-mcp"
],
"env": {
"PLANETARY_AGENTS_BACKEND_URL": "<YOUR_PLANETARY_AGENTS_BACKEND_URL>",
"PLANETARY_AGENTS_FRONTEND_URL": "<YOUR_PLANETARY_AGENTS_FRONTEND_URL>",
"PLANETARY_AGENTS_MCP_MODEL_TIER": "<YOUR_PLANETARY_AGENTS_MCP_MODEL_TIER>"
}
}
}
}{
"mcpServers": {
"planetary-agents": {
"command": "uvx",
"args": [
"alchm-planetary-agents-mcp"
],
"env": {
"PLANETARY_AGENTS_BACKEND_URL": "<YOUR_PLANETARY_AGENTS_BACKEND_URL>",
"PLANETARY_AGENTS_FRONTEND_URL": "<YOUR_PLANETARY_AGENTS_FRONTEND_URL>",
"PLANETARY_AGENTS_MCP_MODEL_TIER": "<YOUR_PLANETARY_AGENTS_MCP_MODEL_TIER>"
}
}
}
}{
"servers": {
"planetary-agents": {
"type": "stdio",
"command": "uvx",
"args": [
"alchm-planetary-agents-mcp"
],
"env": {
"PLANETARY_AGENTS_BACKEND_URL": "<YOUR_PLANETARY_AGENTS_BACKEND_URL>",
"PLANETARY_AGENTS_FRONTEND_URL": "<YOUR_PLANETARY_AGENTS_FRONTEND_URL>",
"PLANETARY_AGENTS_MCP_MODEL_TIER": "<YOUR_PLANETARY_AGENTS_MCP_MODEL_TIER>"
}
}
}
}claude mcp add planetary-agents --env PLANETARY_AGENTS_BACKEND_URL=<YOUR_PLANETARY_AGENTS_BACKEND_URL> --env PLANETARY_AGENTS_FRONTEND_URL=<YOUR_PLANETARY_AGENTS_FRONTEND_URL> --env PLANETARY_AGENTS_MCP_MODEL_TIER=<YOUR_PLANETARY_AGENTS_MCP_MODEL_TIER> -- uvx alchm-planetary-agents-mcpRelated MCP servers
Live transits, ESMS ingredients, cosmic recipes, synastry & transit×natal overlays by alchm.kitchen
View repository →