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
{ "name": "columbia-mcp-servers", "version": "1.0.0", "private": true, "workspaces": [ "packages/*", "services/*", "shared/*" ], "scripts": { "build": "npm run build --workspaces", "test": "npm run test --workspaces", "lint": "npm run lint --workspaces", "clean": "npm run clean --workspaces" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^18.19.74", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.0.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.0" } }