
Moxie DocsVerifiedFeatured
@Jackalope-Dev
About Moxie Docs
Automated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.






Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"moxie-docs": {
"command": "npx",
"args": [
"-y",
"moxie-docs"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
Moxie Docs is a living codebase documentation platform for GitHub repositories. It indexes your codebase, generates human-friendly documentation, detects documentation drift, and exposes real-time, AI-optimized context to coding agents via the Model Context Protocol (MCP).
β‘ Key Features
- Live Repository Conventions: Feeds AI agents your codebase standards, architectural rules, and file-pattern guidelines before they edit code.
- Documentation Drift Detection: Automatically flags stale docs, undocumented API changes, and documentation gaps.
- Same-PR Documentation Updates: Recommends exact documentation changes matching your PR code edits so docs stay in sync with code.
- Searchable Codebase Docs: Fast, agent-friendly search across generated documentation, flows, and API patterns.
π οΈ Exposed MCP Tools
| Tool | Purpose |
|---|---|
moxie.get_conventions | Returns repo conventions, architectural patterns, and file rules agents must follow before coding. |
moxie.search_docs | Searches generated repo docs and source explanations for implementation details and flows. |
moxie.list_docs | Lists all generated docs in a paginated table of contents. |
moxie.get_doc_gaps | Identifies missing or stale documentation with severity levels and suggested doc paths. |
moxie.get_doc_impact | Analyzes proposed file changes and returns matching docs & gaps to update in the same PR. |
moxie.propose_doc_update | Generates the target file path and updated doc content for agents to write into their branch. |
moxie.get_ai_context | Delivers a compact, low-token context packet (setup status, commands, conventions, gaps). |
π» Quick Start
Option 1: One-Line CLI Setup (Recommended)
npx moxie-docs setup
Basic information
More Developer Tools MCP servers
MCP Server By TestMu AI
TestMu AITestMu AI MCP Server lets developers run, debug, and triage tests through natural language directly from their IDE (Cursor, Claude, GitHub Copilot, and other MCP clients). It exposes five tools β HyperExecute (test orche

Termany
thinkany-aiAgent-Native Terminal
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.

directree
coburn2716directree MCP server β query the honest software directory from any AI assistant
Vibgrate MCP
VibgrateQuery your team's drift, vulnerability, and migration data from any AI assistant. Vibgrate MCP connects Cursor, Claude, ChatGPT, Windsurf, or VS Code to Vibgrate Cloud: 51 tools for DriftScores, CVEs and EOL runtimes, up
Comments