{
  "markdown": "# Phaedo — your cognitive fingerprint, on every AI surface\n\n[![npm](https://img.shields.io/npm/v/phaedo-mcp)](https://www.npmjs.com/package/phaedo-mcp)\n[![license](https://img.shields.io/badge/license-Apache--2.0-blue)](LICENSE)\n\nPhaedo learns **how you think** — communication style, working style, decision\npattern — into a portable, user-owned **cognitive fingerprint**, and carries it to\nany AI tool. This repo is the open half of that system:\n\n- **`spec/`** — **Anamnesis** (formerly \"Phaedo Protocol\"), the open\n  cognitive-fingerprint standard: machine-readable JSON Schemas (fingerprint\n  layers, consultation request/response, deference policies, receipts) + the\n  conformance suite.\n- **`docs/protocol/`** — the Anamnesis spec (v0.1), the MCP binding, and accepted\n  proposals.\n- **`mcp/`** — the reference **MCP server** (`phaedo-mcp` on npm): injects your\n  fingerprint at session start and answers **agent consultations** — an agent at a\n  decision point can ask \"would my human proceed here?\" and get a calibrated\n  `proceed / clarify / escalate / decline` signal (or an honest abstain), gated by\n  user-authored deference policies, with an encrypted on-device audit trail. On a\n  blocking signal it can **escalate to your paired phone in real time** for a live\n  approve / deny / modify, and your overrides teach the **act-as-me** channel —\n  how you want delegated work handled, not just how you work yourself.\n\n## Quick start\n\n```bash\nnpx phaedo-mcp        # run the server over stdio\n```\n\nOr wire it into Claude Desktop / Cursor / Claude Code automatically:\n\n```bash\nnpm install -g phaedo-mcp\ncd \"$(npm root -g)/phaedo-mcp\" && npm run setup\n```\n\nOut of the box it serves a sample fingerprint, so every tool works immediately.\nYour *real* fingerprint comes from the Phaedo app — currently in **private beta**\n([phaedo.so](https://phaedo.so)) — learned on-device from your actual\nusage; pair with `npm run pair`. See\n[`mcp/README.md`](mcp/README.md) for the full guide (pairing, policies, receipts,\nthe agreement metric).\n\n## Design commitments\n\n- **User-owned & local.** The fingerprint lives on your devices, encrypted; the\n  server holds no plaintext at rest. Nothing is sent to any Phaedo service.\n- **Signals out, never structure.** Consultations return a signal + confidence —\n  never fingerprint internals (spec §10.4).\n- **Honest abstention.** No coverage → `insufficient_signal`, not a confident guess.\n- **User-authored guardrails win.** Deference policies (§10.5) override any\n  inferred signal; standing authorizations are explicit and auditable (§10.6).\n\n## What's not in this repo\n\nThe learning pipeline that *builds* fingerprints (conversation capture, on-device\nextraction models) is Phaedo's proprietary side. This repo is everything a\nclient, agent, or independent producer needs to **consume and interoperate**:\nthe spec, the schemas, and a complete reference server.\n\n## License\n\n[Apache-2.0](LICENSE). The Phaedo name and logo are trademarks; see phaedo.so.\n",
  "bytes": 2995,
  "sha": "564afabc18698bbada9aa17abce91623cfb09aec47bc69629d67aa7740b55ebb",
  "repo_slug": "phaedo-labs/phaedo-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_phaedo_labs_phaedo_mcp_5421400f/readme"
}