MCP Documentation Service is a custom implementation that enables AI assistants to interact with markdown documentation files. Developed by Aleks Petrov, this service provides document management capabilities including creating, reading, updating, and deleting documentation files, working with YAML frontmatter metadata, searching through documentation, and analyzing documentation health. The implementation supports both Node.js and Deno environments, offers command-line options for specifying custom documentation directories, and integrates seamlessly with Cursor IDE and Claude Desktop through a SQL-like query format for executing commands.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Read a markdown document at the specified path. Parameters: path (string)
Write a new markdown document at the specified path with the given content. Parameters: path (string), content (string)
Edit an existing markdown document at the specified path with the provided edits. Parameters: path (string), edits (array of objects)
Search for documents that match the given query. Parameters: query (string)
Generate a navigation structure from the documentation.
Analyze documentation quality and identify issues such as missing metadata or broken links.
List all markdown documents in the specified directory, with optional recursive searching. Parameters: recursive (boolean, optional)