Skip to main content
ClaudeWave

Promise MCP server over the platform API

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptActualizado today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/23/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/UsePromise/promise-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "promise-mcp": {
      "command": "node",
      "args": ["/path/to/promise-mcp/dist/index.js"]
    }
  }
}
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.
💡 Clone https://github.com/UsePromise/promise-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Promise MCP

Agent-facing MCP server/tools for Promise. The hosted HTTP endpoint is `POST
/mcp`; `GET /healthz` is available for runtime checks.

This repository is intentionally separate from the Promise platform. It should
compose the platform API into agent-friendly tools, not implement canonical
backend business logic.

## Boundary

- Call the Promise platform API for data access and mutations.
- Do not access Postgres, Redis, queues, provider tokens, or migrations directly.
- Keep authorization, provenance, retention, provider behavior, and canonical
  domain rules in the platform.
- Consume explicit platform contracts instead of duplicating procedure or
  capability names by hand.

Initial MCP tool surface:

- `connect_promise`
- `get_today`
- `list_commitments`
- `get_commitment`
- `get_commitment_evidence`
- `get_person_context`
- `search_memory`
- `capture_note`
- `create_follow_up`
- `mark_resolved`
- `draft_follow_up`

`connect_promise` and unauthenticated tool results are intentionally part of
the product. MCP should help users discover and connect Promise when an agent
needs follow-up memory that Promise can provide.

Unauthenticated tool results include a scoped `authorizationUrl` that sends the
user to `https://app.usepromise.ai/start?source=mcp...`, preserves agent
attribution, and uses a relative `/mcp/authorize` callback inside Promise before
any return to an agent URL.

## Development

```bash
npm install
npm run build
npm run smoke
npm run tools
npm run start
```

Example MCP call:

```bash
curl -sS http://localhost:3000/mcp \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
```

Protected tools return a structured `promise_auth_required` result when no
Bearer token is present. After the user authorizes `/mcp/authorize`, Promise
returns a short-lived one-time code to the agent callback. The agent exchanges
that code at `/api/mcp/token` for a scoped opaque `pmcp_...` bearer token.
Bearer tool calls are proxied to the Promise platform API, which enforces the
grant's scopes. `mark_resolved` and `draft_follow_up` intentionally deep-link
to Promise for user review rather than sending or mutating mail directly.

See `docs/ACQUISITION.md` for signup flow guidance, `docs/SECURITY.md` for the
MCP safety boundary, and `docs/DEPLOYMENT.md` for container/runtime details.

Lo que la gente pregunta sobre promise-mcp

¿Qué es UsePromise/promise-mcp?

+

UsePromise/promise-mcp es mcp servers para el ecosistema de Claude AI. Promise MCP server over the platform API Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-22.

¿Cómo se instala promise-mcp?

+

Puedes instalar promise-mcp clonando el repositorio (https://github.com/UsePromise/promise-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 UsePromise/promise-mcp?

+

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

¿Quién mantiene UsePromise/promise-mcp?

+

UsePromise/promise-mcp es mantenido por UsePromise. La última actividad registrada en GitHub es del 2026-09-22, con 0 issues abiertos.

¿Hay alternativas a promise-mcp?

+

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

Despliega promise-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: UsePromise/promise-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/usepromise-promise-mcp)](https://claudewave.com/repo/usepromise-promise-mcp)
<a href="https://claudewave.com/repo/usepromise-promise-mcp"><img src="https://claudewave.com/api/badge/usepromise-promise-mcp" alt="Featured on ClaudeWave: UsePromise/promise-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a promise-mcp