planetary agents for Cursor
io.github.gregcastro23/planetary-agents
Converse with planetary-agent personas, council feeds & culinary debates from alchm.kitchen
client:Cursor
transport:stdio
runtime:pypi
Install planetary agents in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"planetary-agents": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs