
Moxie Docs認証済み注目
@Jackalope-Dev
Moxie Docs について
Automated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.






設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"moxie-docs": {
"command": "npx",
"args": [
"-y",
"moxie-docs"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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
基本情報
「開発者ツール」の他のコンテンツ
TranscriptFetch MCP Server
TranscriptFetchModel Context Protocol (MCP) server for TranscriptFetch: fetch YouTube transcripts, search, channels, and playlists from any MCP client.
Huoshan Test
volcengineTalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀

PuzzleTide Puzzle Generator
Caravaca-LabsWord search generator, crossword generator, and sudoku generator + solver as a local-first MCP server. 15 deterministic tools: printable PDF puzzle worksheets, themed word banks, and verifiable LLM evals. From the makers
コメント