Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (markdown-editor-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Markdown Editor MCP
A powerful MCP server for markdown editing and management
Work with markdown files, manage documents, and automate markdown-related tasks through Model Context Protocol (MCP).
Features
- Enhanced markdown file operations
- Document structure analysis and manipulation
- Markdown syntax validation and conversion
- Template management and generation
- Execute terminal commands with output streaming
- Command timeout and background execution support
- Process management (list and kill processes)
- Session management for long-running commands
- Server configuration management
- Full filesystem operations:
- Read/write files
- Create/list directories
- Move files/directories
- Search files
- Get file metadata
- Code editing capabilities:
- Surgical text replacements
- Full file rewrites
- Multiple file support
- Pattern-based replacements
- Comprehensive audit logging
Installation
First, ensure you've downloaded and installed the Claude Desktop app and you have npm installed.
Installation Steps
- Clone this repository
- Install dependencies:
npm install
- Build the project:
npm run build
- Configure Claude Desktop to use this MCP server
Usage
The server provides various tools for markdown file operations and general file system management.
Available Tools
- File operations (read, write, create, delete)
- Directory management
- Search functionality
- Process execution
- Configuration management
Development
To contribute to this project:
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.