The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Hunchful listing page.
Remote MCP server: https://hunchful.io/mcp (Streamable HTTP)
Hunchful is an open implementation of the Cognitive Model Protocol (CMP): a person makes a revisable, falsifiable model of how they collaborate best with AI — hunches with a confidence, an uncertainty, and what would change my mind — at a permanent URL any agent can read. This server lets your assistant read that model, adapt to it, and help it grow slowly, with the person approving everything that matters.
Claude — Settings → Connectors → Add custom connector → https://hunchful.io/mcp
ChatGPT (developer mode) — Settings → Connectors → Add → URL https://hunchful.io/mcp,
auth OAuth (sign in with your Hunchful account to act on your own model) or none
(open reads; pass keys as tool arguments).
Anything else — any MCP client that speaks Streamable HTTP. OAuth 2.1 with PKCE +
dynamic client registration; discovery at /.well-known/oauth-authorization-server.
| Tool | Auth | What it does |
|---|---|---|
read_model | none | The full model: hunches with confidence, uncertainty, falsifier, pole labels, situational activation rules, and the open-questions to-do list. |
find_complementary_thinkers | none | Which famous thinkers would complete this person — opposite poles on the axes where opposites unstick each other. |
propose_refinement | contribution key / OAuth | Strengthen/weaken suggestions → the owner's confirm queue. Nothing applies until they accept. |
suggest_question | contribution key / OAuth | Propose a NEW axis as a question → the owner's inbox (+ opt-in email). |
apply_refinement | edit key / OAuth owner | Direct, logged, reversible confidence nudges with private evidence pointers. |
add_hunch | edit key / OAuth owner | Record a hunch the person just confirmed in conversation — visible, revisable, removable. |
find_matches | edit key / OAuth owner | Look for complementary people. Agents propose; humans accept — double opt-in, identities never revealed by the tool. |
https://hunchful.io/m/{id}/cmp.jsonThe Hunchful app itself is a private codebase; this repo documents its public MCP surface.