@tiberriver256/docs-to-mcp-cli
@Tiberriver256
@tiberriver256/docs-to-mcp-cli について
A CLI utility for turning your docs into a stdio MCP server
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"docs-to-mcp-cli": {
"command": "npx",
"args": [
"@tiberriver256/docs-to-mcp-cli",
"--docs",
"path/to/docs/**/*.md",
"--packageName",
"MyDocsServer"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is @tiberriver256/docs-to-mcp-cli?
@tiberriver256/docs-to-mcp-cli is a CLI tool that generates a self-contained, runnable MCP (Model Context Protocol) server from a collection of markdown documentation files. The generated server exposes documentation through specific tools (list_docs, get_doc, search_docs), enabling AI assistants that support MCP to browse, search, and retrieve documentation content.
How to use @tiberriver256/docs-to-mcp-cli?
Install globally via npm install -g @tiberriver256/docs-to-mcp-cli or use directly with npx. The basic command is docs-to-mcp-cli --docs <pattern> --packageName <name>. Required options are --docs (glob pattern for markdown files) and --packageName (name for the generated server). Optional flags include --outDir and --toolName. After generation, run the server with node dist/index.js.
Key features of @tiberriver256/docs-to-mcp-cli
- Generates a self-contained, runnable MCP server from markdown docs
- Provides three tools: list_docs, get_doc, and search_docs
- Uses fuzzy matching for cross-document search
- Supports custom tool names and output directories
- Integrates with any MCP‑compatible AI assistant
Use cases of @tiberriver256/docs-to-mcp-cli
- Allow an AI assistant to browse and retrieve full documentation content
- Enable semantic search across a set of markdown files
- Embed project or API documentation into AI‑powered workflows
FAQ from @tiberriver256/docs-to-mcp-cli
What tools does the generated MCP server provide?
The server provides three tools: list_docs (lists all documents with previews), get_doc (retrieves full content by path), and search_docs (fuzzy search across all documents).
How do I run the generated server?
After generation, execute node dist/index.js from the output directory (defaults to dist).
What command-line options are available?
Options include --docs (required glob pattern), --packageName (required server name), --outDir (output directory, default "dist"), --toolName (optional name for the documented tool/package), and --version.
How can I use this with an AI assistant?
Once the generated MCP server is running, any AI assistant that supports the Model Context Protocol can connect to it and access your documentation for more accurate, contextual responses.
What version is the tool at?
The current version is 1.1.2 (see CHANGELOG.md for details).
よくある質問
What tools does the generated MCP server provide?
The server provides three tools: list_docs (lists all documents with previews), get_doc (retrieves full content by path), and search_docs (fuzzy search across all documents).
How do I run the generated server?
After generation, execute `node dist/index.js` from the output directory (defaults to `dist`).
What command-line options are available?
Options include `--docs` (required glob pattern), `--packageName` (required server name), `--outDir` (output directory, default "dist"), `--toolName` (optional name for the documented tool/package), and `--version`.
How can I use this with an AI assistant?
Once the generated MCP server is running, any AI assistant that supports the Model Context Protocol can connect to it and access your documentation for more accurate, contextual responses.
What version is the tool at?
The current version is 1.1.2 (see CHANGELOG.md for details).
基本情報
「メモリとナレッジ」の他のコンテンツ
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
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
コメント