doc-mcp-server

yuka-with-data/doc-mcp-server
★ 0 stars Python Memory/Knowledge Updated 11d ago
A lightweight MCP server for document structure scanning and validation, designed as both a functional tool and a reusable template for building MCP-based systems
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "doc-mcp-server": {
      "command": "uvx",
      "args": [
        "doc-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install doc-mcp-server

README Excerpt

> A lightweight MCP server for document structure scanning and validation, designed as both a functional tool and a reusable template for building MCP-based systems. This project implements a Model Context Protocol (MCP) server for scanning and validating documentation structure. It provides practical tools for analyzing markdown files and checking structural consistency across a repository. Beyond its immediate use case, it also serves as a reference implementation for MCP server design.

Tools (2)

scan_docs_structure_toolvalidate_structure_tool

Topics

mcpmcp-servermcp-tools