Skip to main content
Glama

MCP Project Orchestrator

project_orchestration.json1.16 kB
{ "enable": { "cursorConfigs": true, "pythonMcp": true, "tsMcp": true, "cppMcp": true, "mcpClient": true, "backgroundAgent": true, "githubActions": true, "devcontainer": true, "awsTerraform": true, "awsMcp": true, "webAndMcp": true, "cppConan": true, "esp32": true, "android": true }, "aws": { "enabled": true, "services": ["s3", "ec2", "lambda", "cloudformation", "iam"], "bestPractices": { "enabled": true, "enforcement": true }, "costOptimization": { "enabled": true, "alertThreshold": 100 }, "security": { "scanningEnabled": false, "enforceEncryption": true } }, "ports": { "pyMcpPort": 8765, "tsMcpPort": 8766 }, "backgroundAgent": { "host": "127.0.0.1", "port": 8088 }, "tools": { "largeCodebases": { "enabled": true, "exclude": ["node_modules", "build", "dist", ".git", ".venv", "venv"], "maxFileSizeMB": 5 }, "mermaid": { "enabled": true } }, "container": { "prefer": "podman" }, "runtime": { "node": "lts/*", "python": "3.11" } }

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/sparesparrow/mcp-project-orchestrator'

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