A CLI utility for turning your docs into a stdio MCP server
Overview
What is docs-to-mcp-cli?
docs-to-mcp-cli is a command-line interface (CLI) utility that transforms markdown documentation into a self-contained Model Context Protocol (MCP) server, allowing AI assistants to access and utilize the documentation effectively.
How to use docs-to-mcp-cli?
To use docs-to-mcp-cli, install it globally using npm or run it directly with npx, specifying the path to your markdown files and the desired package name for the generated MCP server.
Key features of docs-to-mcp-cli?
- Generates a runnable MCP server from markdown documentation.
- Provides tools for AI assistants to list, retrieve, and search documents.
- Supports integration with AI assistants that utilize the Model Context Protocol.
Use cases of docs-to-mcp-cli?
- Creating a documentation server for software projects.
- Enabling AI assistants to provide contextual help based on project documentation.
- Facilitating easy access to documentation for developers and users.
FAQ from docs-to-mcp-cli?
- What is the Model Context Protocol (MCP)?
MCP is an open standard that allows AI assistants to access external tools and data sources, enhancing their ability to provide accurate responses.
- How do I install docs-to-mcp-cli?
You can install it globally using npm with the command
npm install -g @tiberriver256/docs-to-mcp-cli.
- Can I run the generated MCP server locally?
Yes! After generating the server, you can run it using Node.js.