mentionwell-mcp-docs
v0.1.1
Published
Mentionwell docs as an MCP server. Lets Claude / Cursor / ChatGPT / Codex search and read the docs without hallucinating.
Readme
mentionwell-mcp-docs
Read-only Mentionwell docs as an MCP server. Lets Claude / Cursor / ChatGPT / Codex search and read the docs without hallucinating env-var names or endpoint shapes.
Install
Claude Desktop / Claude Code
~/.config/claude/config.json (or claude mcp add in Claude Code):
{
"mcpServers": {
"mentionwell-docs": {
"command": "npx",
"args": ["-y", "mentionwell-mcp-docs"]
}
}
}Cursor / ChatGPT
Same shape — point at npx -y mentionwell-mcp-docs.
Tools
list_docs— every doc page (path + title)get_doc(path)— full markdown of a page (e.g./docs/setup)search_docs(query, limit?)— keyword search with snippets
Configuration
MENTIONWELL_DOCS_BASE— point at a different deployment (defaulthttps://app.mentionwell.com)
