Unknown/mahawi1992/mcp-documentation-server
Built by Metorial, the integration platform for agentic AI.
Unknown/mahawi1992/mcp-documentation-server
Server Summary
Maintain and update documentation knowledge base
Analyze and improve code quality
Provide smart documentation search and retrieval
Support for frameworks like React.js, Next.js, Python, Vue.js, Angular, and Node.js
Integrate with Brave Search
Learn and improve suggestions over time
A smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.
npm install -g mcp-documentation-server
{
"mcpServers": {
"documentation": {
"command": "npx",
"args": ["-y", "mcp-documentation-server"],
"env": {
"BRAVE_API_KEY": ""
}
}
}
}
Claude, search documentation for Next.js App Router
For detailed setup instructions, see Claude Desktop Setup Guide
git clone https://github.com/mahawi1992/mcp-documentation-server.git
cd mcp-documentation-server
npm install
PORT=3000
UPDATE_INTERVAL=3600000
CACHE_DURATION=86400000
BRAVE_API_KEY=your_brave_api_key
npm run dev
Claude, search documentation for React hooks
Claude, analyze this Python code and suggest improvements...
Claude, find best practices for Next.js App Router
Claude, search for documentation about async/await in Python 3.9
Claude, analyze this code for security issues and suggest fixes...
For more examples, see the Usage Guide
git checkout -b feature/amazing-feature
git commit -m 'Add amazing feature'
git push origin feature/amazing-feature
Run the test suite:
npm test
Run specific tests:
npm test -- tests/integration/BraveSearchIntegration.test.ts
This project is licensed under the MIT License - see the LICENSE file for details