MCP Servers / productivity / MCP Documentation Service

MCP Documentation Service

JSON →
httpnone57productivity

A service for reading, writing, and managing markdown documentation with frontmatter metadata.

Install
How to run this server
[ { "cmd": "npx mcp-docs-service", "imports": [] } ]
server path: mcp-documentation-service
Tools
What this server exposes
mcp_docs_manager_read_document
Read a markdown document with frontmatter metadata
mcp_docs_manager_write_document
Write a markdown document with frontmatter metadata
mcp_docs_manager_edit_document
Make precise line-based edits to documents with diff previews
mcp_docs_manager_list_documents
List markdown files in the docs directory
mcp_docs_manager_search_documents
Find documents by content or metadata
mcp_docs_manager_generate_navigation
Create navigation structures from documentation
mcp_docs_manager_check_documentation_health
Analyze documentation quality and identify issues like missing metadata or broken links
Configuration
Environment & auth
authnone
Resources
MCP Documentation Service — MCP Server · libregistry