Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
EventCatalog MCP Server
Claim
Official
by
event-catalog
npm
GitHub
Knowledge & Memory
Search
TypeScript
118
9
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server
.changeset
.github
images
src
tests
CHANGELOG.md
.gitignore
LICENSE.md
package.json
pnpm-lock.yaml
.prettierignore
.prettierrc
README.md
tsconfig.json
vitest.config.ts
{ "name": "@eventcatalog/mcp-server", "version": "0.0.2", "description": "MCP server for EventCatalog", "license": "MIT", "author": "David Boyne", "type": "module", "main": "dist/index.js", "bin": { "eventcatalog-mcp-server": "dist/index.js" }, "publishConfig": { "access": "public" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "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", "test:coverage": "vitest run --coverage", "changeset": "changeset", "release": "changeset publish" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.0", "node-fetch": "^3.3.2", "zod": "^3.24.2" }, "devDependencies": { "@changesets/cli": "^2.28.1", "@types/node": "^22.13.10", "prettier": "^3.5.3", "shx": "^0.3.4", "typescript": "^5.7.3", "vitest": "^3.0.9" } }