MCP.so
登录

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

ToolPurpose
moxie.get_conventionsReturns repo conventions, architectural patterns, and file rules agents must follow before coding.
moxie.search_docsSearches generated repo docs and source explanations for implementation details and flows.
moxie.list_docsLists all generated docs in a paginated table of contents.
moxie.get_doc_gapsIdentifies missing or stale documentation with severity levels and suggested doc paths.
moxie.get_doc_impactAnalyzes proposed file changes and returns matching docs & gaps to update in the same PR.
moxie.propose_doc_updateGenerates the target file path and updated doc content for agents to write into their branch.
moxie.get_ai_contextDelivers a compact, low-token context packet (setup status, commands, conventions, gaps).

💻 Quick Start

Option 1: One-Line CLI Setup (Recommended)

npx moxie-docs setup

评论

开发工具 分类下的更多 MCP 服务器