Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Columbia MCP Server
Claim
by
smithery-ai
GitHub
Virtualization
Cloud Platforms
Monitoring
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
COLUMBIA-MCP-SERVERS
docker
docs
scripts
shared
tests
.eslintrc.json
.gitignore
jest.config.js
package.json
package-lock.json
README.md
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "lib": ["ES2020"], "declaration": true, "declarationMap": true, "sourceMap": true, "outDir": "./build", "baseUrl": ".", "paths": { "@columbia-mcp/*": ["packages/*/src"], "@shared/*": ["shared/*"] }, "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, "alwaysStrict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true }, "include": [ "packages/*/src/**/*", "services/*/src/**/*", "shared/**/*", "tests/**/*" ], "exclude": [ "node_modules", "build", "**/dist", "**/*.test.ts", "**/*.spec.ts", "**/jest.config.js" ] }