Skip to main content
Glama
Drakoxw

MCP Server Demo

by Drakoxw

CORRER APP

Instalar dependencias

uv sync

Correr APP

uv run server.py

DOCKER

docker build -t mcp-server-demo .
docker run -p 8000:8000 --name app-mcp-server mcp-server-demo

ADICIONAL

Instalar librerias

pip install "any"

Instalar en claude desktop

uv run mcp install server.py

Correr MCP inspector

uv run mcp install server.py

CONEXION:

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

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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