We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ahmed-AG/mcp-test'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
modules = ["python-3.11"]
[agent]
expertMode = true
[nix]
channel = "stable-25_05"
[workflows]
runButton = "Project"
[[workflows.workflow]]
name = "Project"
mode = "parallel"
author = "agent"
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "Calendar MCP Server"
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "mcp_calendar_server"
[[workflows.workflow]]
name = "Calendar MCP Server"
author = "agent"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "pip install google-auth google-auth-oauthlib google-api-python-client mcp python-dateutil pytz tzlocal && python main.py"
[workflows.workflow.metadata]
outputType = "console"
[[workflows.workflow]]
name = "mcp_calendar_server"
author = "agent"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "pip install google-auth google-auth-oauthlib google-api-python-client mcp python-dateutil pytz tzlocal && python main.py"