MCP Servers
@cmiles74
关于 MCP Servers
Docker Container with Useful MCP Servers
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-servers-cmiles74": {
"command": "docker",
"args": [
"run",
"-it",
"--rm",
"\\"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Servers?
MCP Servers is a Docker container image that bundles several MCP servers for use with AI coding tools like Cursor. It provides Git repository access, PostgreSQL database connectivity, internet search via DuckDuckGo, and a memory/knowledge graph tool for persisting information across sessions.
How to use MCP Servers?
Pull and run the published Docker image, mapping the required ports and mounting your project directory and a .env file for database credentials. Alternatively, clone the repository, build the image locally with ./build.sh, and use the provided start-mcp-servers script. Once running, configure Cursor by adding the MCP server URLs (e.g., http://localhost:9099/sse for Git) in the MCP settings JSON file.
Key features of MCP Servers
- Bundles Git, PostgreSQL, DuckDuckGo Search, and Knowledge Graph MCP servers.
- Runs in a single Docker container with exposed ports.
- Includes an inspector tool at port 6274 for debugging.
- Provides a proxy for wrapping STDIO-based tools.
- Designed for easy integration with Cursor and similar tools.
Use cases of MCP Servers
- Manipulate a Git repository’s history and code directly from your AI assistant.
- Query and manage a PostgreSQL database using natural language prompts.
- Perform internet searches via DuckDuckGo during AI-assisted coding sessions.
- Store and retrieve structured data (e.g., project notes) between LLM sessions.
FAQ from MCP Servers
What MCP servers are included?
The container includes Git (with history), PostgreSQL database server, Internet Search (DuckDuckGo), and a knowledge graph for remembering stuff between sessions.
How do I connect PostgreSQL from the container?
Set the environment variable MCP_DATABASE_URI in your .env file to a PostgreSQL connection string, using host.docker.internal as the hostname. The container reads this file when started.
Does the Git server require any special configuration?
Yes, the Git server expects the project directory to be mapped to /project inside the container. You may need to remind the LLM that the project path is /project.
How can I test the MCP servers after starting the container?
Open the inspector at http://localhost:6274/ to see available tools and test them.
What ports are used by the different servers?
Port 6274 for the inspector, 9099 for Git, 9098 for PostgreSQL, 9097 for DuckDuckGo Search, and 9096 for Knowledge Graph.
云与基础设施 分类下的更多 MCP 服务器
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
评论