We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GabrielGomesBarbosa/monday-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@matech/monday-mcp",
"version": "0.0.1",
"description": "A Model Context Protocol (MCP) server to use Monday API",
"main": "dist/index.js",
"type": "module",
"bin": {
"mcp-first": "dist/index.js"
},
"files": [
"dist"
],
"keywords": [
"mcp",
"model-context-protocol",
"mcp-server",
"monday",
"mortgage-automation-technology"
],
"repository": {
"type": "git",
"url": "https://github.com/GabrielGomesBarbosa/monday-mcp.git"
},
"bugs": {
"url": "https://github.com/GabrielGomesBarbosa/monday-mcp/issues"
},
"homepage": "https://github.com/GabrielGomesBarbosa/monday-mcp#readme",
"author": "Gabriel Barbosa <gabriel-gomes-barbosa@hotmail.com>",
"license": "MIT",
"scripts": {
"build": "tsup",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"inspect": "npm run build && DANGEROUSLY_OMIT_AUTH=true npx @modelcontextprotocol/inspector node dist/index.js",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.21.1",
"@mondaydotcomorg/api": "^11.0.2",
"@types/node": "^24.10.0",
"typescript": "^5.9.3",
"zod": "^3.25.76"
},
"devDependencies": {
"ts-node": "^10.9.2",
"tsup": "^8.5.0",
"tsx": "^4.20.6"
}
}