streamable-httpupdated 2mo ago
Remote MCP server: https://hunchful.io/mcp (Streamable HTTP)
What can you do with hunchful?
Hunchful MCP server
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.
Add it
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.
Tools (rising trust)
| 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. |
The rules the server enforces
- Everything is a hypothesis — revisable positions on two-poled axes, never labels.
- Nothing is silent — every write is logged in the model's revision history; evidence entries are individually deletable and revert exactly what they applied.
- Provenance pointers only — no conversation text, quotes, or third-party names, ever.
- Never identity — a protected-attribute screen rejects axes about religion, politics, health, ethnicity, gender, sexuality, or neurotype on every write path.
- Situational hunches apply only when the person says they're in the state.
- Slow by design — the model asks agents for at most one suggestion a day, one new question a week, and silence when nothing real happened.
Links
- Agent guide: https://hunchful.io/agent
- Machine-readable model example:
https://hunchful.io/m/{id}/cmp.json - Protocol: https://github.com/filinils/cognitive-model-protocol
- Discovery: https://hunchful.io/llms.txt
The Hunchful app itself is a private codebase; this repo documents its public MCP surface.
Install
Add hunchful to your client. Pick the one you use.
claude mcp add --transport http hunchful https://hunchful.io/mcpcodex mcp add hunchful --url https://hunchful.io/mcp{
"mcpServers": {
"hunchful": {
"url": "https://hunchful.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hunchful": {
"type": "http",
"url": "https://hunchful.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hunchful": {
"url": "https://hunchful.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hunchful": {
"serverUrl": "https://hunchful.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 tools
hunchful exposes 7 tools to a connected agent.
- read_model
- none
- find_complementary_thinkers
- none
- propose_refinement
- contribution key / OAuth
- suggest_question
- contribution key / OAuth
- apply_refinement
- edit key / OAuth owner
- add_hunch
- edit key / OAuth owner
- find_matches
- edit key / OAuth owner
Score
51 / 100
Adequate
- Documentation11/25
- Maintenance16/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 58 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 4, 2026 |