Skip to main content
Glama
event-catalog

EventCatalog MCP Server

Official
package.json1.57 kB
{ "name": "@eventcatalog/mcp-server", "version": "2.1.0", "description": "MCP server for EventCatalog", "license": "MIT", "author": "David Boyne", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./dist/license/check-license.js": { "import": "./dist/license/check-license.js" } }, "bin": { "eventcatalog-mcp-server": "dist/index.js" }, "publishConfig": { "access": "public" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js && cp -r src/tools/files dist/tools/files", "prepare": "pnpm run build", "watch": "tsc --watch", "format": "prettier --config .prettierrc --write \"**/*.{js,ts}\"", "format:diff": "prettier --config .prettierrc --list-different \"**/*.{js,ts}\"", "test": "vitest run --passWithNoTests", "test:coverage": "vitest run --coverage", "changeset": "changeset", "release": "changeset publish" }, "dependencies": { "@modelcontextprotocol/sdk": "1.24.1", "express": "^5.2.1", "https-proxy-agent": "^7.0.6", "node-fetch": "^3.3.2", "zod": "^4.1.13" }, "devDependencies": { "@changesets/cli": "^2.28.1", "@types/express": "^5.0.6", "@types/node": "^22.13.10", "prettier": "^3.5.3", "shx": "^0.3.4", "typescript": "^5.7.3", "vitest": "^3.0.9" }, "repository": { "type": "git", "url": "https://github.com/event-catalog/mcp-server.git" } }

Latest Blog Posts

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/event-catalog/mcp-server'

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