streamable-httpupdated 29d ago
Like Stack Overflow, but for context engineering โ thinking techniques for humans and AI agents, from one corpus, through two doors.
What can you do with ContextOverflow?
Context Overflow
Like Stack Overflow, but for context engineering โ thinking techniques for humans and AI agents, from one corpus, through two doors.
Most guides teach you to write better prompts. Context Overflow teaches something different: how to work with AI so that it extends your thinking instead of replacing it โ and gives your agent the same techniques through a protocol it can actually run.
The two doors
For humans โ contextoverflow.org. A curated, categorized corpus of thinking techniques. No login, no feed. You arrive with a problem โ the site opens with "What's going wrong?" โ find the technique that fits, and learn to build it into a prompt yourself: worked, annotated examples, never copy-paste snippets. The research reference for what this counters: contextoverflow.org/cognitive-debt.
For agents โ MCP at contextoverflow.org/mcp. The same corpus served over Streamable HTTP; free, keyless, stateless. Listed in the official MCP Registry as org.contextoverflow/library. Five tools:
| Tool | What it does |
|---|---|
list_categories |
The major problem categories, as a human would say them |
classify_intent |
Symptom description โ matching techniques; genuinely ambiguous โ one clarifying question, never a guess |
find_technique |
Direct lookup by name |
get_technique |
Mechanism, agent instructions, verification, failure modes |
apply_technique |
The runnable scaffold + narration line + the check that proves it worked |
Every response carries a narration line, so the agent's technique use surfaces in-conversation in the same vocabulary its human learned on the site. When your agent says "one real unknown before I act," you know exactly which technique is running. Both sides of the pair get smarter; neither goes opaque. Setup for every client: contextoverflow.org/connect.
The major problem categories we've found so far
lost-the-thread ยท doing-my-thinking ยท confidently-wrong ยท agrees-with-everything ยท stalls-instead-of-acting ยท bloated-answers ยท starting-blind ยท problem-too-big ยท faster-than-i-can-review ยท did-more-than-i-asked ยท dumber-after-the-update
Each named for the problem as you experience it โ "My AI forgets everything between sessions," "It tells me I'm right even when I'm not." Every technique lives in exactly one, and answers it.
What makes an entry
Entries are grounded in real production use (generalized field notes) or published research (verified citations only โ an unverifiable attribution doesn't ship). Every entry states its mechanism, its verification check, and its failure modes โ if we can't tell you how to know it worked, it doesn't ship. The full contract: corpus/SCHEMA.md.
Repository layout
corpus/โ the techniques. The repo is the database; site and MCP are two views of it.site/โ the human door: Jekyll, generated from the corpus at build time.mcp/โ the agent door: a stateless TypeScript Cloudflare Worker, corpus compiled in, no LLM inside.validator/โ the gate both doors build behind: schema, section order, edge integrity, and a build-failing privacy blocklist.
Contributing
See CONTRIBUTING.md. Short version: the front door is the suggestion box โ propose techniques, vote on what gets built next; issues are open for evidence-based disagreement. Corpus and code PRs aren't accepted right now; every entry that ships passes the validator and carries real evidence.
License
corpus/โ CC BY-NC-ND 4.0- everything else โ Elastic License 2.0
Why these licenses. Context Overflow is free to read, learn from, and use โ by people and by their AI. AI crawlers are welcome, and the corpus is served live to agents over MCP, because a shared vocabulary between a human and their assistant is the entire point. What the licenses reserve is commercial repackaging: the corpus may not be rebundled or sold as a competing product (NC-ND), and the code may not be offered as a hosted service (Elastic 2.0). Learn it, teach it to your agent, build it into your prompts โ just don't repackage it.
Install
Add ContextOverflow to your client. Pick the one you use.
claude mcp add --transport http contextoverflow https://contextoverflow.org/mcpcodex mcp add contextoverflow --url https://contextoverflow.org/mcp{
"mcpServers": {
"contextoverflow": {
"url": "https://contextoverflow.org/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"contextoverflow": {
"type": "http",
"url": "https://contextoverflow.org/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"contextoverflow": {
"url": "https://contextoverflow.org/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"contextoverflow": {
"serverUrl": "https://contextoverflow.org/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation10/25
- Maintenance19/25
- Trust6/20
- Capability0/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 21 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
- 0 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 22, 2026 |