MCP Server Demo
Provides containerization support for the MCP server, allowing it to be built and run as a Docker container with exposed endpoints.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Server Demoshow me how to connect this server to Claude Desktop"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CORRER APP
Instalar dependencias
uv syncCorrer APP
uv run server.pyDOCKER
docker build -t mcp-server-demo .docker run -p 8000:8000 --name app-mcp-server mcp-server-demoADICIONAL
Instalar librerias
pip install "any"Instalar en claude desktop
uv run mcp install server.pyCorrer MCP inspector
uv run mcp install server.pyCONEXION:
Ejecutando el Script
{
"mcpServers": {
"mcp-server-demo": {
"command": "C:\\Users\\my-user\\.local\\bin\\uv.EXE",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"C:\\Users\\my-path\\mcp-server-demo\\server.py"
]
}
}
}Ejecutando el servidor
{
"mcpServers": {
"mcp-server-docker": {
"url": "http://0.0.0.0:8000/mcp/"
}
}
}REFERENCIAS
Python SDK for MCP - SDK oficial de Python para Model Context Protocol
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Drakoxw/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server