phaedo-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@phaedo-mcpShould I proceed with this contract per my cognitive fingerprint?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 stdioOr wire it into Claude Desktop / Cursor / Claude Code automatically:
npm install -g phaedo-mcp
cd "$(npm root -g)/phaedo-mcp" && npm run setupOut 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).
Related MCP server: Blekline MCP Server
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityAmaintenanceProvides a trust and governance layer for AI agents, enabling secure API access, credential vaulting, paid execution with human approval, and automatic call resume.Last updated171

Blekline MCP Serverofficial
Alicense-qualityAmaintenanceProvides AI ingress governance by masking prompts, classifying risk, and enforcing tool policies before agent calls reach model providers or sandboxes.Last updated1AGPL 3.0- Alicense-qualityBmaintenanceBehavioral governance layer for AI assistants that monitors for hallucination, inconsistency, and unsafe reasoning patterns while managing stateful AI sessions.Last updated125MIT
- AlicenseAqualityBmaintenanceEnables agents to validate data safety before storing, transmitting, or logging data, preventing GDPR/HIPAA/PCI-DSS violations with clear verdicts like SAFE_TO_PROCESS, REDACT_BEFORE_PASSING, DO_NOT_STORE, or ESCALATE.Last updated3144MIT
Related MCP Connectors
Identity infrastructure for the AI economy. Confirms if someone is known; returns inferred traits.
KYC, KYB, AML, wallet screening, transaction monitoring, and fraud workflows for AI agents.
Deterministic trust gate for AI output: leaked-secret, prompt-injection & PII in one call.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/phaedo-labs/phaedo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server