Skip to main content
Glama

MoEngage Documentation MCP Server

.replit1.6 kB
run = "npm run start:http" [gitHubImport] requiredFiles = [".replit", "replit.nix"] [nix] channel = "stable-22_11" [unitTest] language = "nodejs" [languages.typescript] pattern = "**/{*.ts,*.js,*.tsx,*.jsx}" syntax = "typescript" [languages.typescript.languageServer] start = "typescript-language-server --stdio" [debugger] support = true [debugger.interactive] transport = "localhost:0" startCommand = ["dap-node"] [debugger.interactive.initializeMessage] command = "initialize" type = "request" [debugger.interactive.initializeMessage.arguments] clientID = "replit" clientName = "replit.com" columnsStartAt1 = true linesStartAt1 = true locale = "en-us" pathFormat = "path" supportsInvalidatedEvent = true supportsProgressReporting = true supportsRunInTerminalRequest = true supportsVariablePaging = true supportsVariableType = true [debugger.interactive.launchMessage] command = "launch" type = "request" [debugger.interactive.launchMessage.arguments] args = [] console = "externalTerminal" cwd = "." environment = [] externalConsole = false outputCapture = "std" program = "./dist/index.js" request = "launch" sourceMaps = true stopOnEntry = false type = "node" [packager] language = "nodejs" [packager.features] packageSearch = true guessImports = true enabledForHosting = false [env] XDG_CONFIG_HOME = "/home/runner/.config" PATH = "/home/runner/$REPL_SLUG/.config/npm/node_global/bin:/home/runner/$REPL_SLUG/node_modules/.bin" npm_config_prefix = "/home/runner/$REPL_SLUG/.config/npm/node_global" [deployment] run = ["sh", "-c", "npm install && npm run build && npm run start:http"]

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/poojitha-rachuri/moengage-documentation-mcp-server'

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