Skip to main content
Glama

mcpware

by delexw
config.example.json1.22 kB
{ "backends": { "github": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "GITHUB_PERSONAL_ACCESS_TOKEN", "ghcr.io/github/github-mcp-server" ], "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}" }, "description": "GitHub MCP Server (Public Source)", "timeout": 30 }, "time": { "command": "docker", "args": [ "run", "-i", "--rm", "mcp/time" ], "description": "Time MCP Server (Internal Service)", "timeout": 30 }, "local-mysql": { "command": "docker", "args": [ "run", "-i", "--rm", "bytebase/dbhub", "--transport", "stdio", "--dsn", "mysql://root:password@host.docker.internal:3306/myapp?sslmode=disable" ], "description": "Local MySQL Database (Sensitive)", "timeout": 30 }, "web-scraper": { "command": "docker", "args": [ "run", "-i", "--rm", "mcp/web-scraper" ], "description": "Web Scraper (Public Source)", "timeout": 30 } } }

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/delexw/mcpware'

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