Context Overflow
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Context OverflowMy AI agrees with everything I say. Which technique addresses that?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| The major problem categories, as a human would say them |
| Symptom description → matching techniques; genuinely ambiguous → one clarifying question, never a guess |
| Direct lookup by name |
| Mechanism, agent instructions, verification, failure modes |
| 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.
Related MCP server: Athena MCP
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.0everything 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceAn MCP server that provides a "think" tool enabling structured reasoning for AI agents, allowing them to pause and record explicit thoughts during complex tasks or multi-step tool use.Last updated1107MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides a reasoning sidekick for tool-using agents with a single 'think' tool for tackling complex problems. It allows agents to consult powerful reasoning models like Claude Opus or GPT-5 only when needed, keeping costs low while maintaining control over side effects.Last updated1483MIT
- Alicense-qualityDmaintenanceA powerful MCP server that enhances LLMs with advanced sequential thinking capabilities, supporting 19 thinking modes for structured reasoning and complex cognitive tasks.Last updated16MIT
- Alicense-qualityDmaintenanceAn MCP server that enables AI agents to automatically discover, install, and learn to use new tools without manual configuration.Last updated7014MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Onnson/context-overflow'
If you have feedback or need assistance with the MCP directory API, please join our Discord server