Developer Tools
moxiedocs.com
Analyzes code repositories to infer conventions, search and list documentation, and identify documentation gaps and opportunities.
ENDPOINT 1
https://moxiedocs.com/api/mcp
MCP server metadata
- Name
- moxie-docs
- Version
- 0.4.0
Use Moxie Docs BEFORE writing code so any required documentation updates land in the same pull request as the change. Recommended flow: 1. Call `moxie.get_ai_context` to load repo status, verified commands, top conventions, and open gaps. 2. Before editing a file, call `moxie.get_doc_impact` with the file paths you intend to change. It returns the docs/gaps/conventions that apply AND flags paths that are net-new or undocumented (e.g. a new API surface) so you can document them in the same PR. 3. Use `moxie.get_documentation_patterns` to decide where new docs belong, and `moxie.get_conventions` for category-specific rules. 4. After you make the change and BEFORE you commit, call `moxie.review_change` with the new contents of the files you changed (and any deletedPaths). It flags convention breaches, docs your change makes false, undocumented new surface, and broken references. Fix every must-fix finding and re-run until the verdict is clean. 5. When you add or update a doc, call `moxie.propose_doc_update` with the title, markdown, and either a target path or the slug of an existing doc. It returns the exact repository-relative path and content to WRITE INTO YOUR OWN BRANCH and commit, so the docs land in this same PR. Moxie does not open a separate PR. 6. Whenever you edit an existing doc, read the whole file and fix anything else your change makes stale or wrong: correct statements your change contradicts, complete lists or tables it makes incomplete, and drop references to code that no longer exists. A doc you touch should be fully correct when you commit it - leaving a known-outdated section beside a fresh update is not acceptable. 7. Run the verified commands before opening or updating a PR. Tokens are organization-wide, so always pass `repository: "owner/name"` (case-insensitive) on every tool call unless your token is scoped to a single repository. Do not invent documentation: only create or expand human docs when behavior, API, workflow, architecture, or operational contract changed. This guardrail forbids fabricating new docs - it does not excuse leaving stale or contradicted content in a file you are already editing; correcting that is always in scope.
Known tools 12
moxie.get_conventionsGet the coding conventions Moxie inferred for the repository.
Inferred read-onlymoxie.search_docsKeyword and semantic search across the connected repository's generated docs, conventions, documentation gaps, AI-context notes, and indexed code.
Inferred read-onlymoxie.list_docsList the repository's generated documentation as a browsable table of contents - every doc page, not a query-filtered subset.
Inferred read-onlymoxie.get_doc_gapsList the unresolved documentation gaps Moxie found - areas of the codebase that lack docs.
Inferred read-onlymoxie.get_documentation_opportunitiesList the actionable documentation updates Moxie recommends as a prioritized queue: missing docs, drift repairs, and PR-template work.
Inferred read-onlymoxie.get_documentation_patternsGet Moxie's summary of how THIS repository organizes and maintains documentation - where docs live relative to code and how they are kept current.
Inferred read-onlymoxie.get_ai_contextGet the compact briefing an agent should read before editing this repository: index status, verified commands, agent tips, top conventions, open documentation gaps, and queued documentation opportunities.
Inferred read-onlymoxie.get_doc_impactGiven the file paths an agent is about to change (and optionally a subset being deleted), return the conventions, documentation gaps, and existing/related docs whose evidence overlaps those paths, plus a net-new/undocumented analysis and any removal candidates.
Inferred read-onlymoxie.get_api_contextGiven file paths an agent is about to touch, return structured context for any API endpoints they map to: method, path, request/response schema, and known consumers/features.
Inferred read-onlymoxie.review_changeSelf-review a change you are about to commit BEFORE opening the PR.
Inferred read-onlymoxie.propose_doc_updatePropose a documentation file to add or update as part of YOUR current change.
Potential side effectsmoxie.propose_doc_removalPropose deleting a Moxie-tracked documentation file that your change makes irrelevant, as part of YOUR current change.
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.moxie-docs]
url = "https://moxiedocs.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moxie-docs": {
"type": "http",
"url": "https://moxiedocs.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moxie-docs
Remote MCP URL: https://moxiedocs.com/api/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": {
"moxie-docs": {
"url": "https://moxiedocs.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moxie-docs": {
"type": "http",
"url": "https://moxiedocs.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moxie-docs",
"transport": "streamable-http",
"url": "https://moxiedocs.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for moxiedocs.com was fetched 2026-07-29T22:30:32.332Z and is being refreshed.
moxiedocs.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.