docs-mcp-server

DewminK/docs-mcp-server
★ 0 stars TypeScript AI/LLM Updated 2d ago
An MCP server.
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": {
    "docs-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "DewminK/docs-mcp-server"
      ]
    }
  }
}

README Excerpt

A reusable [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server that exposes one or more documentation folders — plain `.md`, `.mdx`, and `.txt` files — to any MCP-compatible AI agent (Claude Desktop, Claude Code, Cursor, etc). It's kept as its own package rather than bundled into a specific project so

Tools (1)

search_docs