MD
MCP Documentation Server
Local, searchable documentation library for your agent — with a web UI.
Last updated July 18, 2026
Content/WritingLocal · stdioTypeScript340
Overview
A self-hosted documentation server that indexes and stores technical docs locally, exposing full-text and semantic search over your own documentation library to an agent, with a browser-based UI for managing it.
Use cases
Give an agent searchable access to your team's internal documentation.
Index a library's docs once and query them across many sessions.
Answer questions grounded in documentation you control, not a general web search.
Install
{
"mcpServers": {
"documentation": {
"command": "npx",
"args": [
"-y",
"@andrea9293/mcp-documentation-server"
]
}
}
}FAQ
Locally — it runs its own local web UI at localhost:3080 for adding and managing documents, with no data sent to a third party.