Skip to main content
Glama

MoluAbi MCP Server

by oregpt
.replit871 B
modules = ["nodejs-20", "postgresql-16"] [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 = "MCP Server" [[workflows.workflow]] name = "MCP Server" author = "agent" [workflows.workflow.metadata] outputType = "console" [[workflows.workflow.tasks]] task = "shell.exec" args = "npx tsx src/server.ts" waitForPort = 5000 [deployment] deploymentTarget = "cloudrun" run = ["sh", "-c", "npx tsx src/server.ts"] [[ports]] localPort = 3000 externalPort = 3001 [[ports]] localPort = 5000 externalPort = 80 [[ports]] localPort = 5001 externalPort = 3000 [[ports]] localPort = 5173 externalPort = 5173 [[ports]] localPort = 8000 externalPort = 8000 [[ports]] localPort = 8080 externalPort = 8080

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/oregpt/moluabi-mcp-server'

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