Share your team's Coding Best Practices with Cursor, VS Code, Claude code, Windsurf, JetBrains IDEs and other coding tools supporting remote MCP
If you already use Credos, the credos mcp server is the piece that lets your assistant work with it directly. Share your team's Coding Best Practices with Cursor, VS Code, Claude code, Windsurf, JetBrains IDEs and other coding tools supporting remote MCP connection.
AI-powered semantic search over React documentation for Claude, Cursor, and other MCP clients.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Cursor — The Cursor tool exposed by this serverTools — The Tools tool exposed by this serversearch_react_docs — The search_react_docs tool exposed by this serverget_doc — The get_doc tool exposed by this serverlist_sections — The list_sections tool exposed by this serverupdate_docs — The update_docs tool exposed by this serverResources — The server exposes documentation as resources with the URI pattern:Build — The Build tool exposed by this serverBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Credos's toolset — Cursor, Tools, search_react_docs and 5 more — is a fair guide to whether it matches your workflow.
This entry was verified against Credos's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Cursor | The Cursor tool exposed by this server. |
| Tools | The Tools tool exposed by this server. |
| search_react_docs | The search_react_docs tool exposed by this server. |
| get_doc | The get_doc tool exposed by this server. |
| list_sections | The list_sections tool exposed by this server. |
| update_docs | The update_docs tool exposed by this server. |
| Resources | The server exposes documentation as resources with the URI pattern: |
| Build | The Build tool exposed by this server. |
{
"mcpServers": {
"credos-dev-docs": {
"command": "npx",
"args": ["-y", "react-docs-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
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.