Skip to main content

parapetai-mcp

MCP server for Claude Code (and other MCP clients) that talks to a Parapet control plane: device-code login in your browser, then provision governed agents and pull the exact quickstart config a codebase needs — without hand-editing env vars.

pipx install parapetai-mcp
parapetai-mcp init         # installs SKILL.md into .claude/skills/parapet/
claude mcp add parapet -- parapetai-mcp serve

pipx, not pip — this is a CLI tool (a [project.scripts] entry point), not a library anything imports, and most Python installs on macOS/Linux now ship as PEP 668 "externally managed" (Homebrew's Python does), which makes a bare pip install parapetai-mcp fail rather than risk corrupting packages the system relies on. pipx installs CLI tools into their own isolated venv and puts the entry point on PATH — no venv to activate, no --break-system-packages flag needed. No pipx available? python3 -m pip install --user pipx && pipx ensurepath (or brew install pipx on macOS), then re-run the command above. uv tool install parapetai-mcp is an equivalent one-liner if uv is already on the machine.

Then in Claude Code: "add Parapet to this project."

Tools

Tool What it does
parapet_login Device-code login — open the printed URL, approve in your browser
parapet_whoami Who you're authenticated as, and which agents already exist
parapet_provision_agent Provision a new governed agent (agent_id + one-time secret)
parapet_get_quickstart The install command / env var names this deployment expects
parapet_list_agents Read-only agent listing

This server never edits your project's files — it only talks to the control plane. The packaged SKILL.md tells Claude Code how to use these tools and where to write the resulting config.

Point at a non-default control plane with PARAPETAI_CONTROL_PLANE_URL (default http://localhost:8090).

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

parapetai_mcp-0.1.1.tar.gz (9.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

parapetai_mcp-0.1.1-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

Details for the file parapetai_mcp-0.1.1.tar.gz.

File metadata

  • Download URL: parapetai_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.1 {"installer":{"name":"uv","version":"0.12.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for parapetai_mcp-0.1.1.tar.gz
Algorithm Hash digest
SHA256 7f3c519a8bd46c3474cf5f316d1de6588a8cc0a5600220616fe9b2c774bcc43d
MD5 123fabf6e11cf821df36f95e052ad64a
BLAKE2b-256 1012e4196cc790108131aa4816021035cc16489c413c4ffdc6f24c32945b91d9

See more details on using hashes here.

File details

Details for the file parapetai_mcp-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: parapetai_mcp-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 12.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.1 {"installer":{"name":"uv","version":"0.12.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for parapetai_mcp-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 62b4972596849237fdbea676adc983b7d30fa7c16995342e0da8c7bb3a5467e7
MD5 de701a50628064522a0e0489cfa28a4e
BLAKE2b-256 b267c257fd23be8e802fd1b22eeb7a905ba72bcdb663630f6ce85251b0f62124

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.2

2 files

This release

0.1.1 This release

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page