Provides repository-aware documentation context, convention checks, API context, and proposed documentation updates through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Moxie Docs MCP.
moxie.get_ai_contextCompact pre-edit briefing: repo status, verified commands, top conventions, open gaps, team notes. Read this first.
moxie.get_doc_impactGiven 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-new/undocumented surfaces.
moxie.get_api_contextGiven 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_changeSelf-review a change before opening the PR; returns a severity-ranked verdict (clean / warnings / must-fix) covering convention breaches, stale docs, undocumented surface, and broken references.
moxie.get_conventionsDiscovered coding conventions, grouped by category, with confidence scores, agent guidance, and source-file citations.
moxie.search_docsSemantic + keyword search over generated docs, conventions, gaps, and AI context.
Moxie-Docs-MCP MCP server exposes repository-aware documentation and codebase context to MCP clients. It works with a GitHub repository connected through Moxie Docs and organizes generated documentation, discovered conventions, unresolved gaps, API relationships, and documentation maintenance recommendations.
The tools are designed for coding workflows rather than general-purpose code search. An agent can request a short pre-edit briefing, identify documentation affected by planned file changes, inspect API endpoints associated with paths, and search the indexed repository context. It can also run a change review that reports convention violations, stale documentation, undocumented surfaces, and broken references with severity levels.
Write-oriented operations return proposals. The agent receives a target path and Markdown content, or a path to remove, and applies the change in its own branch. The MCP service does not directly edit the repository or merge pull requests.
The hosted MCP endpoint is https://moxiedocs.com/api/mcp and uses Streamable HTTP. Moxie Docs indexes a connected GitHub repository, then serves compact results backed by source-file citations. Repository selection can be supplied as an owner/name argument when a credential covers multiple repositories and no default repository is available.
A typical coding sequence starts with moxie.get_ai_context, followed by tools such as moxie.get_doc_impact, moxie.get_api_context, or moxie.get_conventions for the files under consideration. After editing, moxie.review_change can identify issues before a pull request is opened. Search, gap, opportunity, pattern, and document-listing tools provide additional ways to navigate the indexed material.
Moxie-Docs-MCP MCP server supports bearer authentication with a dashboard token. MCP clients that implement the relevant OAuth flow can instead sign in through the browser using OAuth 2.1 with PKCE.
Connect a repository at Moxie Docs, then configure an MCP client with the hosted endpoint. A bearer-token configuration sends an Authorization: Bearer ... header. Tokens should remain in local, untracked configuration or be supplied through a client-supported environment-variable reference.
The repository also publishes the moxie-docs npm package, whose CLI can configure clients and install repository guidance. Running npx moxie-docs setup performs browser sign-in, writes client configuration, installs the moxie-docs skill and AGENTS.md guidance, and checks the connection. The CLI requires Node.js 18 or newer. Supported CLI configuration targets listed in the material include Claude Code, Cursor, and VS Code.
Moxie-Docs-MCP MCP server is not a local repository index or a direct file-editing service. The hosted server, indexing pipeline, connected repositories, and generated documentation are not stored in this source repository. Results depend on the repository connected to the Moxie Docs service and the scope of the authenticated account.
The server provides context and proposed file changes, but the client or agent must write those changes to its branch. It does not merge changes. The material identifies a hosted service and authentication requirements, but does not specify subscription pricing or a license for the repository.
Factual signals from GitHub, npm, and our automated checks — not a rating.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/moxie-docs-mcp)<a href="https://allmcps.com/mcp/moxie-docs-mcp"><img src="https://allmcps.com/api/badge/moxie-docs-mcp?style=directory" alt="Moxie Docs MCP on AllMCPs" /></a>