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
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "node16", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "outDir": "./dist", "rootDir": "./src", "types": ["node"] }, "include": [ "src/**/*" ], "exclude": [ "node_modules" ] }