Server data from the Official MCP Registry
Carry your Phaedo cognitive fingerprint into any MCP client: style injection + decision consults.
Carry your Phaedo cognitive fingerprint into any MCP client: style injection + decision consults.
Phaedo MCP is a well-designed personalization server with solid security fundamentals: no hardcoded credentials, proper input validation, and clear separation of concerns. The codebase demonstrates defensive programming practices and maintains an open-core architecture where sensitive operations (local model inference) are intentionally separated from the published reference implementation. Minor code quality observations exist but do not constitute meaningful security risks for this category. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
4 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-galavoxx-phaedo-mcp": {
"args": [
"-y",
"phaedo-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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/ — the Phaedo Protocol's machine-readable JSON Schemas (fingerprint
layers, consultation request/response, deference policies, receipts).docs/protocol/ — the protocol spec (v0.1), the MCP binding, and accepted
proposals.mcp/ — the reference MCP server (phaedo-mcp on 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 calibrated
proceed / clarify / escalate / decline signal (or an honest abstain), gated by
user-authored deference policies, with an encrypted on-device audit trail.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
(getphaedo.com) — 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).
insufficient_signal, not a confident guess.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.
Apache-2.0. The Phaedo name and logo are trademarks; see getphaedo.com.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.