mcpbeat Sign in

Planetary Agents MCP Server

local only

Planetary Agents runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from pypi. Last commit 2 Aug 2026.

Converse with planetary-agent personas, council feeds & culinary debates from alchm.kitchen

Installs per day peak 15 · avg 8 · +8% w/w
a month agotoday
57
Installs / week
pypi · alchm-planetary-agents-mcp
0
Stars
0 open issues
2 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 45 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable backend/main.py:703
        diet_path = os.path.join(root_dir, "scripts", f"diet-data-part{i}.json")
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

A line of code looks encrypted app/(app)/monica-guide/page.tsx:213, app/(app)/monica-guide/page.tsx:269, app/(app)/monica-guide/page.tsx:308 и ещё 3
            src="https://lh3.googleusercontent.com/aida-public/AB6AXuDmiJFXb631Pw6FU7qPnN0j_2DX2xqGLOnCAtTJU_PimsKsMPOCYCwvk4IS8vMw-AtuXL8B1UB7XW7G46avNWELmik1mKxITi02rs91cB00EOeaj-2Vwj-s3cqXTob4hQAtvOHpLP73rRlQzDRXp_AUMRJ5Naa4u6wTGgg_UdRtsUwbFsOvqMwFZ5r50mbZnkNpPapeyOerOxOaZWkIT…
    - apt-get update && apt-get install -y curl
    - |
      set +e
Runs an external command server.ts:2216
  llamaServer = Bun.spawn({
Dumps the whole environment app/api/secure-config.ts:57
      Object.keys(process.env).filter(k => k.includes('API') || k.includes('KEY'))
      - /var/run/docker.sock:/var/run/docker.sock:ro

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add planetary-agents -- uvx alchm-planetary-agents-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "planetary-agents": {
      "args": [
        "alchm-planetary-agents-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.planetary-agents]
command = "uvx"
args = ["alchm-planetary-agents-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "planetary-agents": {
      "args": [
        "alchm-planetary-agents-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "planetary-agents": {
      "args": [
        "alchm-planetary-agents-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PLANETARY_AGENTS_BACKEND_URL (Base 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_URL (Base 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_TIER (Default model tier for persona responses: free | cheap_fast | primary | reflective. Defaults to free (the hosted backend reserves paid tiers).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Planetary Agents

same job, measured the same way
Perspect
by tryperspect

Convene a panel of expert AI personas to debate any decision from every side.

2 tools answering
Noteit MCP
by bahfahh

MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas.

answering
qikly
by gal-a

Generates tests from acceptance criteria, then converges code with an agent that never sees them.

local only
TravelOwl
by ameinnaqvi

Plan trips directly into TravelOwl from a conversation with Claude.

answering
Cosmos MCP
by teampolarity

Personal knowledge graph every MCP client reads from and writes to. Portable across agents.

129 installs/wk local only
Myvideogift
by cryptolibertus

Create and deliver personalized video gifts (photos + an original song) from any agent.

37 installs/wk local only
Pantry Persona
by pantrypersona

AI-powered kitchen management — pantry, recipes, meal plans, shopping lists

answering
Rigour
by rigour-labs

Quality gates for AI agents. Lint, test, build checks with memory persistence.

1 466 installs/wk local only

Planetary Agents — questions

Answers built from our own checks of this server.

Why is there no uptime for Planetary Agents?
Planetary Agents runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package alchm-planetary-agents-mcp was installed 57 times last week.
How do I connect Planetary Agents?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls alchm-planetary-agents-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Planetary Agents?
The pypi package alchm-planetary-agents-mcp was installed 57 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Planetary Agents open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.