documind
MCP server from Sunwood-ai-labs/documind-mcp-server
claude mcp add --transport stdio sunwood-ai-labs-documind-mcp-server node build/index.js \ --env NODE_ENV="production" \ --env LOG_LEVEL="info"
How to use
DocuMind MCP Server provides an AI-assisted analysis pipeline for documentation quality. It performs neural processing to evaluate README-like materials, scans SVG header images for quality metrics, and supports multi-language verification to ensure badges and structure meet recognizable standards. The server exposes an evaluation workflow that can be triggered to analyze a project’s documentation and return structured feedback, including scores and improvement suggestions. Users can interact with the Neural Interface Commands to initiate evaluation tasks and receive detailed results about header images, language badge configurations, and overall documentation quality. The server is designed to be integrated with external configuration systems (e.g., Claude Desktop) and can be inspected via the MCP Inspector for debugging and performance tuning.
How to install
Prerequisites:
- Node.js 18+ installed on your system
- npm or yarn available in PATH
Installation steps:
- Clone or download the DocuMind MCP Server repository
- Navigate to the project root
- Install dependencies: npm install
- Build the server (compiles TypeScript/ prepares runtime artifacts): npm run build
- (Optional for active development) Start in watch mode to rebuild on changes: npm run watch
- Start the server (if a local runtime is desired): node build/index.js
Configuration notes:
- The server can be wired into external configuration like Claude Desktop by pointing to the built index.js entry (build/index.js).
- Ensure environment variables (e.g., NODE_ENV, LOG_LEVEL) are set as needed for your deployment environment.
Additional notes
Tips and common considerations:
- Ensure the header SVGs and badges follow recommended formats to avoid false negatives in image analysis.
- If you encounter build errors, clear node_modules and reinstall dependencies, and verify TypeScript/tooling versions align with project requirements.
- For MCP integration, the server’s entry point should be reachable by the host (e.g., build/index.js). Use an absolute path in production configurations if necessary.
- If you customize evaluation parameters or paths, ensure the projectPath provided to evaluate_readme is accessible and correctly mounted in your deployment environment.
- The inspector (npm run inspector) can help debug the neural network interactions and performance metrics during development.
Related MCP Servers
iterm
A Model Context Protocol server that executes commands in the current iTerm session - useful for REPL and CLI assistance
mcp
Octopus Deploy Official MCP Server
furi
CLI & API for MCP management
editor
MCP Server for Phaser Editor
DoorDash
MCP server from JordanDalton/DoorDash-MCP-Server
mcp
MCP сервер для автоматического создания и развертывания приложений в Timeweb Cloud