Docs MCP Server
@MiguelRipoll23
关于 Docs MCP Server
Search and read your documentation using the model context protocol
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"docs-mcp-server": {
"command": "deno",
"args": [
"run",
"--allow-read",
"jsr:@miguelripoll23/docs-mcp-server",
"DIRECTORY_PATH_DOCUMENTATION_HERE"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Docs MCP Server?
Docs MCP Server searches and reads your documentation in markdown or text files using the Model Context Protocol. It requires Deno to be installed.
How to use Docs MCP Server?
Add the provided JSON block to your MCP client, specifying the stdio transport, deno as the command, and the arguments run, --allow-read, jsr:@miguelripoll23/docs-mcp-server, and the directory path to your documentation.
Key features of Docs MCP Server
- Searches documentation in markdown and text files.
- Reads documentation content via MCP.
- Uses Deno runtime.
- Simple stdio transport setup.
- Accepts a directory path argument.
Use cases of Docs MCP Server
- Enable an MCP client to query local documentation.
- Provide AI assistants access to project docs in markdown.
- Integrate documentation search into a development workflow.
FAQ from Docs MCP Server
What runtime does Docs MCP Server require?
Deno must be installed on your system.
How do I configure Docs MCP Server?
Add the JSON snippet to your MCP client configuration, specifying the directory path to your documentation.
What transport does Docs MCP Server use?
It uses the stdio transport.
What file formats are supported?
Markdown and text files are supported.
Where does the server access documentation?
It reads from a local directory you specify in the configuration.
记忆与知识 分类下的更多 MCP 服务器
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
评论