Skip to main content
ClaudeWave

Anamnesis — the open cognitive-fingerprint standard + the phaedo-mcp reference MCP server

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptApache-2.0Actualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/21/2026
Install in Claude Code / Claude Desktop
Method: NPX · phaedo-mcp
Claude Code CLI
claude mcp add phaedo-mcp -- npx -y phaedo-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "phaedo-mcp": {
      "command": "npx",
      "args": ["-y", "phaedo-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# Phaedo — your cognitive fingerprint, on every AI surface

[![npm](https://img.shields.io/npm/v/phaedo-mcp)](https://www.npmjs.com/package/phaedo-mcp)
[![license](https://img.shields.io/badge/license-Apache--2.0-blue)](LICENSE)

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-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. 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

```bash
npx phaedo-mcp        # run the server over stdio
```

Or wire it into Claude Desktop / Cursor / Claude Code automatically:

```bash
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](https://phaedo.so)) — learned on-device from your actual
usage; pair with `npm run pair`. See
[`mcp/README.md`](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](LICENSE). The Phaedo name and logo are trademarks; see phaedo.so.

Lo que la gente pregunta sobre phaedo-mcp

¿Qué es phaedo-labs/phaedo-mcp?

+

phaedo-labs/phaedo-mcp es mcp servers para el ecosistema de Claude AI. Anamnesis — the open cognitive-fingerprint standard + the phaedo-mcp reference MCP server Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-20.

¿Cómo se instala phaedo-mcp?

+

Puedes instalar phaedo-mcp clonando el repositorio (https://github.com/phaedo-labs/phaedo-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar phaedo-labs/phaedo-mcp?

+

Nuestro agente de seguridad ha analizado phaedo-labs/phaedo-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene phaedo-labs/phaedo-mcp?

+

phaedo-labs/phaedo-mcp es mantenido por phaedo-labs. La última actividad registrada en GitHub es del 2026-09-20, con 0 issues abiertos.

¿Hay alternativas a phaedo-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega phaedo-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: phaedo-labs/phaedo-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/phaedo-labs-phaedo-mcp)](https://claudewave.com/repo/phaedo-labs-phaedo-mcp)
<a href="https://claudewave.com/repo/phaedo-labs-phaedo-mcp"><img src="https://claudewave.com/api/badge/phaedo-labs-phaedo-mcp" alt="Featured on ClaudeWave: phaedo-labs/phaedo-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a phaedo-mcp