ai-docs-mcp

ai-docs-mcp

0

AI Docs MCP Server is a Model Context Protocol server providing documentation access to AI assistants. It offers categorized tools for efficient documentation management and retrieval, supporting technologies like Flutter and various code guidelines.

AI Docs MCP Server

MCP server for providing documentation to Claude and other AI assistants through the Model Context Protocol (MCP).

Features

  • Serves documentation through a standardized MCP interface
  • Provides categorized documentation tools:
    • Lists all available documentation files
    • Retrieves documentation by category and name
    • Returns Flutter-related documentation
    • Returns testing documentation across technologies
    • Returns code guidelines documentation
    • Returns service documentation

Installation

Global Installation
  • Install globally via npm.
Local Installation
  • Install locally via npm.

Usage

  • As a Command Line Tool: Use ai-docs-mcp.
  • With Claude CLI: Add the MCP server using Claude CLI.

Documentation Structure

Place your documentation in docs directory with subcategories like code_guidelines, flutter, git, etc.

Requirements

  • Node.js >= 20.0.0