Mcp Docs Service MCP Server

v1.0.0File Systemsstable

Read a markdown document from the docs directory. Returns the document content including frontmatter. Use this tool when you need to examine the contents of a single document.

file-systems
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

Read a markdown document from the docs directory. Returns the document content including frontmatter. Use this tool when you need to examine the contents of a single document.

Features

  • read_document
  • write_document
  • edit_document
  • list_documents
  • search_documents

Use Cases

Read a markdown document from the docs directory. Returns the document content including frontmatter. Use this tool when you need to examine the contents of a single document.
Create a new markdown document or completely overwrite an existing document with new content. Use with caution as it will overwrite existing documents without warning. Can create parent directories if they don't exist.
Make line-based edits to a markdown document. Each edit replaces exact line sequences with new content. Returns a git-style diff showing the changes made.
List all markdown documents in the docs directory or a subdirectory. Returns the relative paths to all documents.
Search for markdown documents containing specific text in their content or frontmatter. Returns the relative paths to matching documents.
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y mcp-docs-service

Manual Installation

npx -y mcp-docs-service

Examples

Basic Configuration

Configure Mcp Docs Service MCP Server

npx -y mcp-docs-service

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More File Systems MCP Servers

Explore other servers in the File Systems category.

Quick Config Preview

{ "mcpServers": { "mcp-docs-service": { "command": "npx", "args": ["-y", "mcp-docs-service"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Mcp Docs Service MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides