Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
ESA MCP Server
Claim
by
d-kimuson
npm
GitHub
Search
TypeScript
MIT License
2
3
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.github
openapi-spec
src
CHANGELOG.md
.gitignore
LICENSE
.node-version
orval.config.ts
package.json
pnpm-lock.yaml
README.md
redocly.yaml
.release-it.json
tsconfig.json
{ "$schema": "https://unpkg.com/release-it@17/schema/release-it.json", "plugins": { "release-it-pnpm": { "inFile": "CHANGELOG.md" } }, "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "github": { "release": true }, "npm": { "publish": true, "skipChecks": false } }