phaedo-mcp
Enables AI agents to consult a user's cognitive fingerprint, returning calibrated proceed/clarify/escalate/decline signals with policy-based guardrails and real-time phone escalation.
README
Phaedo — your cognitive fingerprint, on every AI surface
Phaedo learns how you think — communication style, working style, decision pattern — into a portable, user-owned cognitive fingerprint, and carries it to any AI tool. This repo is the open half of that system:
spec/— Anamnesis (formerly "Phaedo Protocol"), the open cognitive-fingerprint standard: machine-readable JSON Schemas (fingerprint layers, consultation request/response, deference policies, receipts) + the conformance suite.docs/protocol/— the Anamnesis spec (v0.1), the MCP binding, and accepted proposals.mcp/— the reference MCP server (phaedo-mcpon npm): injects your fingerprint at session start and answers agent consultations — an agent at a decision point can ask "would my human proceed here?" and get a calibratedproceed / clarify / escalate / declinesignal (or an honest abstain), gated by user-authored deference policies, with an encrypted on-device audit trail. On a blocking signal it can escalate to your paired phone in real time for a live approve / deny / modify, and your overrides teach the act-as-me channel — how you want delegated work handled, not just how you work yourself.
Quick start
npx phaedo-mcp # run the server over stdio
Or wire it into Claude Desktop / Cursor / Claude Code automatically:
npm install -g phaedo-mcp
cd "$(npm root -g)/phaedo-mcp" && npm run setup
Out of the box it serves a sample fingerprint, so every tool works immediately.
Your real fingerprint comes from the Phaedo app — currently in private beta
(phaedo.so) — learned on-device from your actual
usage; pair with npm run pair. See
mcp/README.md for the full guide (pairing, policies, receipts,
the agreement metric).
Design commitments
- User-owned & local. The fingerprint lives on your devices, encrypted; the server holds no plaintext at rest. Nothing is sent to any Phaedo service.
- Signals out, never structure. Consultations return a signal + confidence — never fingerprint internals (spec §10.4).
- Honest abstention. No coverage →
insufficient_signal, not a confident guess. - User-authored guardrails win. Deference policies (§10.5) override any inferred signal; standing authorizations are explicit and auditable (§10.6).
What's not in this repo
The learning pipeline that builds fingerprints (conversation capture, on-device extraction models) is Phaedo's proprietary side. This repo is everything a client, agent, or independent producer needs to consume and interoperate: the spec, the schemas, and a complete reference server.
License
Apache-2.0. The Phaedo name and logo are trademarks; see phaedo.so.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.