Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
GitHub MCP Server
Claim
by
asbloom-py
GitHub
Version Control
TypeScript
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
docs
src
babel.config.js
.clinerules
CONTRIBUTING.md
.eslintrc.json
example.env
.git-commit-message-generator-config.json
.gitignore
LICENSE
mcp-server-trello.code-workspace
mise.toml
package.json
package-lock.json
.prettierrc
README.md
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "esModuleInterop": true, "outDir": "./build", "rootDir": "./src", "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "resolveJsonModule": true }, "include": ["src/**/*"], "exclude": ["node_modules"] }