We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vfarcic/dot-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"_deprecated": "This file is maintained for legacy blog post references only. dot-ai requires Kubernetes - use .mcp-kubernetes.json or .mcp.json instead.",
"mcpServers": {
"dot-ai": {
"command": "docker",
"args": [
"compose",
"-f",
"docker-compose-dot-ai.yaml",
"run",
"--rm",
"--remove-orphans",
"dot-ai"
]
}
}
}