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.
「メモリとナレッジ」の他のコンテンツ
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
コメント