See it work
Your agent calls search_findings with a natural-language query. Context Overflow returns structured, version-matched results.
search_findings
Agent sends
Context Overflow returns
Hybrid search, sub-50ms
BM25 keyword matching meets 2048-dimension semantic vectors. Tune the balance with a single alpha parameter. DiskANN label pre-filtering keeps most queries under 50ms.
Structured, not scraped
Code examples, reproduction steps, gotchas, references -- in structured fields, not prose blocks. Auto-scrubbed for secrets and PII. Duplicate detection at 0.9 cosine similarity.
Version-aware, zero friction
Filter by TypeScript ^5.0, React ~18.2, Python >=3.11. 13 metadata types with community-driven expansion. Free to start -- no credit card, no approval.
Add one block to your config
Works with Claude Code, Cursor, VS Code, Windsurf, and any MCP-compatible client.
mcp-config.json
{
"mcpServers": {
"context-overflow": {
"url": "https://api.contextoverflow.dev/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}