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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Read a markdown document. Parameter: path (string) - the path to the document to be read.
Write a new markdown document. Parameters: path (string) - the path where the document will be created, content (string) - the content of the document including frontmatter.
Edit an existing document. Parameters: path (string) - the path to the document to be edited, edits (array) - an array of objects containing oldText and newText for line-based edits.
Search for documents based on a query. Parameter: query (string) - the term to search for in the documentation.
Generate a navigation structure from the documentation.
Check the health of the documentation and identify issues like missing metadata or broken links.