MD

MCP Documentation Server

Created 5 months ago

A TypeScript-based Model Context Protocol (MCP) server for document management and semantic search.

development documentation public AI semantic search

What is MCP Documentation Server?

Server that provides local document management and semantic search capabilities. Upload documents, search them with AI embeddings, and integrate seamlessly with MCP clients like Claude Desktop and vs code.

Documentation

MCP Documentation Server

A TypeScript-based Model Context Protocol (MCP) server that provides document management and semantic search capabilities. Upload documents, search them with AI embeddings, and integrate seamlessly with MCP clients like Claude Desktop.

Demo Video

IMAGE ALT TEXT HERE

Quick Start

  1. Install and Run

    # Run directly with npx (recommended)
    npx @andrea9293/mcp-documentation-server
    
  2. Configure MCP Client Add to your MCP client configuration (e.g., Claude Desktop):

    {
      "mcpServers": {
        "documentation": {
          "command": "npx",
          "args": [
            "-y",
            "@andrea9293/mcp-documentation-server"
          ],
          "env": {
            "MCP_EMBEDDING_MODEL": "Xenova/all-MiniLM-L6-v2"
          }
        }
      }
    }
    
  3. Start Using

  • Add documents: Upload text/markdown files or add content directly
  • Search documents: Use semantic search to find relevant information
  • Manage content: List, retrieve, and organize your documents

Features

  • 📄 Document Management
  • 🔍 Semantic Search
  • 🧠 Intelligent Chunking
  • 🧩 Context Window Retrieval
  • Fast Setup

License

MIT - see LICENSE file

Support

Server Config

{
  "mcpServers": {
    "mcp-documentation-server-server": {
      "command": "npx",
      "args": [
        "mcp-documentation-server"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: Andrea Bravaccino
Category: community
License: MIT
Tags:
development documentation public