@msghub/mcp-docs
v0.1.2
Published
MCP server for MSGHUB docs (search + fetch markdown).
Downloads
27
Readme
@msghub/mcp-docs
MCP server that lets an AI client search and fetch MSGHUB documentation.
✅ Default behavior: pulls docs from the live site https://docs.msghub.dev (no local folders needed).
What it provides
docs_list— list all docs pages (id/title/url)docs_search— keyword search across docsdocs_get— fetch a docs page by id + return extracted plain text (+ headings when available)
Run locally
From the repo root:
pnpm install
pnpm --filter @msghub/mcp-docs devConfigure your MCP client
Cursor example
If you publish @msghub/mcp-docs to npm, you can run it with npx (no pnpm):
{
"command": "npx",
"args": ["-y", "@msghub/mcp-docs"]
}