Skip to main content
Glama

AURA MCP Server

by antidump
.replitβ€’622 B
modules = ["nodejs-18", "web"] [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 = "Server" [[workflows.workflow]] name = "Server" author = "agent" [[workflows.workflow.tasks]] task = "shell.exec" args = "npm run dev" waitForPort = 5000 [workflows.workflow.metadata] outputType = "webview" [[ports]] localPort = 5000 externalPort = 80 [deployment] deploymentTarget = "autoscale" run = ["npm", "run", "start"] build = ["npm", "run", "build"]

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/antidump/MCP'

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