Skip to main content
Glama

Meraki MCP

by merakimiles
docker-compose.yml487 B
version: "3.8" services: meraki-mcp: build: . image: meraki-mcp:latest container_name: meraki-mcp-server environment: - MERAKI_API_KEY=${MERAKI_API_KEY} stdin_open: true tty: true restart: unless-stopped healthcheck: test: [ "CMD", "uv", "run", "python", "-c", "import meraki_mcp.main; print('healthy')", ] interval: 30s timeout: 10s retries: 3

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/merakimiles/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server