Moxie Docs MCP Server
The Moxie Docs Model Context Protocol (MCP) server, the agent skills Moxie installs into your repository, and the moxie-docs CLI that wires it all up - npx moxie-docs setup. Its 12 documented tools cover moxie, doc, context, docs. It is available as a remote MCP endpoint.
Teams that want a hosted documentation endpoint instead of running a local process. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-24 · ★ 2 · #159 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25
MIT · TypeScript servers · how we verify → /methodology
01 · Install Moxie Docs
before you install - you'll need
The README does not document required environment variables for a basic install.
Claude Code
claude mcp add jackalope-dev-moxie-docs-mcp --transport http https://moxiedocs.com/api/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"jackalope-dev-moxie-docs-mcp": {
"url": "https://moxiedocs.com/api/mcp"
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
https://moxiedocs.com/api/mcp
transport: streamable-http
endpoint alive - responded to MCP initialize · probed 2026-08-25
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as remote - your agent's requests go to moxiedocs.com
endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect
license MIT - declared in the repository
registry namespace io.github.Jackalope-Dev is GitHub-verified and matches the repo owner
03 · What Moxie Docs can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can add or update a doc as part of your current change, and remove a Moxie-tracked doc your change makes obsolete.
The 12 tools it gives your agent
Extracted from the project's README - what Moxie Docs lets an agent do.
- moxie.get_ai_context
- - Compact pre-edit briefing: repo status, verified commands, top conventions, open gaps, team notes. Read this first.
- moxie.get_doc_impact
- - Given the paths you're about to change (and any you're deleting), returns the conventions, gaps, and existing docs whose evidence overlaps them - and flags net-
- moxie.get_api_context
- - Given paths you're about to touch, returns structured context for any API endpoints they map to: method, path, schema, and known consumers/features.
- moxie.review_change
- - Self-review a change before opening the PR; returns a severity-ranked verdict (clean / warnings / must-fix) covering convention breaches, stale docs, undocument
- moxie.get_conventions
- - Discovered coding conventions, grouped by category, with confidence scores, agent guidance, and source-file citations.
- moxie.search_docs
- - Semantic + keyword search over generated docs, conventions, gaps, and AI context.
- moxie.get_doc_gaps
- - Unresolved documentation gaps with severity and the paths they concern.
- moxie.get_documentation_opportunities
- - Recommended doc work: missing docs, drift repairs, and PR templates.
- moxie.get_documentation_patterns
- - How the repository organizes and maintains its docs (where new docs belong).
- moxie.list_docs
- - Paginated, section-grouped table of contents of every generated doc.
- moxie.propose_doc_update
- - Add or update a doc as part of your current change; returns the target path + Markdown to write into your branch.
- moxie.propose_doc_removal
- - Remove a Moxie-tracked doc your change makes obsolete; returns the path to delete in your branch.
Latest releases
v0.3.1 · 2026-08-09
Fixed · Windows browser launcher: escape ampersands in authorization URLs passed to cmd /c start so cmd.exe does not truncate query parameters at the first &.
v0.3.0 · 2026-08-05
Added · Claude plugin: this repo is now a plugin marketplace (.claude-plugin/marketplace.json + .claude-plugin/plugin.json) for Claude Code and Claude Cowork. /plugin marketplace add Jackalope-Dev/Moxie-Docs-MCP then…
v0.2.0 · 2026-08-05
Added · buildMoxieMcpServerCard, moxieMcpServerCard, and moxieMcpPublicMethods exports for the public discovery document at /.well-known/mcp/server-card.json, including the full tool and prompt catalogs. · Contract…
04 · Who maintains Moxie Docs
Moxie Docs is maintained by jackalope-dev. We track 2 MCP servers from jackalope-dev - 2 actively maintained, 6 combined GitHub stars, oldest repo from Jun 2026. Full record: all servers from jackalope-dev.
05 · Facts
- repository
- github.com/jackalope-dev/moxie-docs-mcp
- website
- https://moxiedocs.com/mcp
- category
- documentation - ranked #159 of 183 actively-maintained documentation servers as of 2026-08-25.
- release cadence
- 4 releases in the last 90 days (latest 2026-08-09)
- registry
- io.github.Jackalope-Dev/moxie-docs (active, first published 2026-07-07 · 3 versions)
06 · Moxie Docs FAQ
Is Moxie Docs still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 4 releases in the last 90 days. We re-verify nightly.
What can Moxie Docs do?
With this server connected, an agent can add or update a doc as part of your current change, and remove a Moxie-tracked doc your change makes obsolete.
How do I install Moxie Docs?
Run `claude mcp add jackalope-dev-moxie-docs-mcp --transport http https://moxiedocs.com/api/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.
Does Moxie Docs require authentication?
No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.
07 · Alternatives to Moxie Docs
Alternatives to Moxie Docs
Maintained documentation servers if Moxie Docs isn't the fit.
- Context7 Up-to-date code docs for any prompt ★ 61,171 · 2026-08-24
- Agent Skills Search Server Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server. ★ 24,633 · 2026-08-09
- Repowise Codebase intelligence for AI coding agents - graph, git history, docs, decisions, code health. ★ 6,189 · 2026-08-24
- GitLab MCP GitLab MCP server for projects, merge requests, issues, pipelines, wiki, releases, and more. ★ 1,918 · 2026-08-24
- Microsoft Learn MCP Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs. ★ 1,853 · 2026-08-12
- Pg Aiguide Comprehensive PostgreSQL documentation and best practices, including ecosystem tools ★ 1,821 · 2026-06-26
Pairs well with
Servers that cover what Moxie Docs doesn't - only shown when the pairing reason fits the companion.
More documentation MCP servers · Ferritin - Rust documentation · Tidesman · jDocmunch MCP · HeyClaude - Claude & AI workflow directory · metagraphed - Bittensor subnet operational registry
More TypeScript MCP servers · PullPush Reddit · Scan MCP · Fortnox · Drawthings · Oh My Posh Configurator · see all