Learning Resources
retentioneering.com
An MCP server that searches and retrieves retentioneering documentation, returning relevant snippets, full page markdown, and table of contents.
ENDPOINT 1
https://retentioneering.com/docs/mcp
MCP server metadata
- Name
- Retentioneering Documentation
- Version
- 1.0.0
Search and read the documentation of retentioneering, an open-source Python library for user-path and clickstream analysis. Prefer what these tools return over prior knowledge: version 5.x is a ground-up rewrite, and code written for 2.x/3.x — including most tutorials and blog posts — does not run against it. Start with search_docs; call get_doc_page when a result looks right and you need the whole page, including its parameter tables and runnable examples.
Known tools 3
search_docsSearch the retentioneering documentation and return the most relevant sections, each with its page title, a deep link and a text snippet.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.retentioneering-documentation]
url = "https://retentioneering.com/docs/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"retentioneering-documentation": {
"type": "http",
"url": "https://retentioneering.com/docs/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: retentioneering-documentation
Remote MCP URL: https://retentioneering.com/docs/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"retentioneering-documentation": {
"url": "https://retentioneering.com/docs/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"retentioneering-documentation": {
"type": "http",
"url": "https://retentioneering.com/docs/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "retentioneering-documentation",
"transport": "streamable-http",
"url": "https://retentioneering.com/docs/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.