
MCP Developer Server
Provides instant access to 700+ programming documentation sources and creates isolated Docker containers for safe code testing and experimentation. Combines comprehensive documentation lookup with containerized development environments for enhanced development workflows.
README
MCP Developer Server (MCPDS)
** THIS IS A VERY BIG WORK IN PROGRESS. **
A powerful development tool that combines comprehensive documentation access with containerized code testing
MCP Developer Server is a Python-based MCP (Model Context Protocol) server designed to supercharge your development workflow. It provides instant access to 700+ documentation sources and creates isolated Docker containers for safe code testing and experimentation.
Note: It is recommended to not host a public instance as there is no authentication system yet. It is recommended to use a MCP server that reduces the amount of tokens used, as this uses a lot of tokens.
🚀 What Can It Do?
Documentation at Your Fingertips
- Access over 700 programming language and framework docs instantly
- Get summaries, examples, and detailed explanations
- Search across multiple documentation sources simultaneously
Containerized Development Environment
- Spin up isolated Docker containers for testing code
- Run experiments without affecting your main system
- Support for multiple programming languages and frameworks
- Optional NVIDIA GPU acceleration for AI/ML workloads
📹 See It in Action
Reading and Summarizing Documentation: <video width="640" height="480" controls> <source type="video/mp4" src="README_assets/ReadingDocu.mp4"> </video>
If your Editor does not support Videos, visit README_assets/readingDocu.mp4
Creating a React Project: <video width="640" height="480" controls> <source type="video/mp4" src="README_assets/creatingcode.mp4"> </video>
If your Editor does not support Videos, visit README_assets/creatingcode.mp4
📋 System Requirements
Minimum Requirements
- RAM: 6 GB
- Storage: 15 GB free space
- CPU: 2 cores
- Architecture: AMD64
Recommended Specifications
- RAM: 8 GB or more
- Storage: 30 GB free space
- CPU: 4+ cores
- Architecture: x86 Architecture.
GPU Support (Optional)
- Supported: NVIDIA GPUs supported! (requires NVIDIA Container Toolkit)
- Supported: AMD ROCm is supported!
🔧 Installation
ONLY OPTION: Docker Installation (Recommended)
Prerequisites:
- Docker and Docker Compose installed on your system
- Node JS and
npx
installed ** Install This creates three services: devdocs
- Documentation serverdevdocs-sync
- Documentation synchronizationmcpdocker
- Main MCP server with Docker integration
Installation
To install this server, please edit the compose.yml
to your ideal system. It contains a bunch of commented out services or features and more.
Then, install the docker compose server using one command:
docker compose up -d --build
⚙️ Configuration
For Remote/Server Deployments
If running on a server or using Cloudflare Tunnel, update the IP addresses in configuration.json
to match your setup location.
Claude Desktop Integration
- Open Claude Desktop
- Click your profile icon → Settings → Developer
- Select "Edit Configuration"
- Add the configuration details from
configuration.json
- Completely close and reopen Claude
- Verify the MCP Server appears in your tools
For detailed setup instructions, visit the Model Context Protocol Quick Start Guide.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.