We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NOVA-3951/Replit-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
modules = ["nodejs-20"]
[agent]
expertMode = true
[workflows]
runButton = "Project"
[[workflows.workflow]]
name = "Project"
mode = "parallel"
author = "agent"
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "MCP Server Dev"
[[workflows.workflow]]
name = "MCP Server Dev"
author = "agent"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "npm run dev"
[workflows.workflow.metadata]
outputType = "console"