mcpserver.lol
registry/moxie-docs
Connection check verified live · 27h ago

moxie-docs

Living docs and MCP context for GitHub repos — conventions, gaps, and source-cited pages on merge.

Tools 12
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

12 tools

Read from the running server on 27h ago.

moxie.get_ai_context read-only repository
Get the compact briefing an agent should read before editing this repository: index status, verified commands, agent tips, top conventions, open documentation gaps, and queued docu…
moxie.get_api_context read-only pathsrepository
Given 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. Read-…
moxie.get_conventions read-only categoryrepository
Get the coding conventions Moxie inferred for the repository. Read-only; no side effects. Returns a Markdown list grouped by category (e.g. testing, structure, docs, review); each…
moxie.get_doc_gaps read-only severityrepository
List the unresolved documentation gaps Moxie found - areas of the codebase that lack docs. Read-only; no side effects. Returns a Markdown list, each gap with a title, severity, sum…
moxie.get_doc_impact read-only repositorychangedPaths*deletedPaths
Given 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 overl…
moxie.get_documentation_opportunities read-only kindseverityrepository
List the actionable documentation updates Moxie recommends as a prioritized queue: missing docs, drift repairs, and PR-template work. Read-only; no side effects. Returns a Markdown…
moxie.get_documentation_patterns read-only repository
Get Moxie's summary of how THIS repository organizes and maintains documentation - where docs live relative to code and how they are kept current. Read-only; no side effects. Retur…
moxie.list_docs read-only limitoffsetsectionrepository
List the repository's generated documentation as a browsable table of contents - every doc page, not a query-filtered subset. Read-only; no side effects. Returns Markdown grouped b…
moxie.propose_doc_removal slugreasonrepositorytargetPathremovedSourcePaths
Propose deleting a Moxie-tracked documentation file that your change makes irrelevant, as part of YOUR current change. Moxie validates the path and returns it for you to delete in…
moxie.propose_doc_update title*reasonbaseSlugmarkdown*repositorytargetPath +1
Propose a documentation file to add or update as part of YOUR current change. Records a new proposal each call (not idempotent) and does NOT modify your repository or open a PR - M…
moxie.review_change read-only repositorychangedFiles*deletedPaths
Self-review a change you are about to commit BEFORE opening the PR. Pass the proposed new state of each changed file (and any deleted paths); Moxie returns a severity-ranked list o…
moxie.search_docs read-only limitqueryrepository
Keyword and semantic search across the connected repository's generated docs, conventions, documentation gaps, AI-context notes, and indexed code. Read-only; no side effects. Retur…