A high-performance MCP (Model Context Protocol) server that provides up-to-date documentation for programming languages, frameworks, and tools. Built
Connect Open Context to Claude, Cursor or any other MCP client and it stops being a tab you switch to. A high-performance MCP (Model Context Protocol) server that provides up-to-date documentation for programming languages, frameworks, and tools. Built in Go for speed and simplicity. The open context mcp server is what makes that connection.
Open Context fetches and caches documentation from official sources, making it instantly available to AI assistants like Claude. Instead of relying on outdated training data, get real-time access to:
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
open-context_search_docs — Search across all documentationopen-context_get_docs — Get specific documentation topicopen-context_list_docs — List all available documentationDevelopment — The Development tool exposed by this serverAmong the knowledge and memory options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Open Context's toolset — open-context_search_docs, open-context_get_docs, open-context_list_docs and 1 more — is a fair guide to whether it matches your workflow. It is maintained by incu6us; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| open-context_search_docs | Search across all documentation |
| open-context_get_docs | Get specific documentation topic |
| open-context_list_docs | List all available documentation |
| Development | The Development tool exposed by this server. |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.