Skip to main content
Glama

Columbia MCP Server

by smithery-ai

哥伦比亚 MCP 服务器

该存储库包含哥伦比亚模型上下文协议 (MCP) 服务器的部署基础设施和服务器实现。

存储库结构

. ├── docker/ # Docker deployment configuration │ ├── scripts/ # Deployment and maintenance scripts │ │ ├── setup.sh # Initial environment setup │ │ ├── deploy.sh # Production deployment │ │ ├── rollback.sh # Disaster recovery │ │ └── monitor.sh # Health and metrics monitoring │ ├── rules/ # Prometheus monitoring rules │ ├── docker-compose.prod.yml │ ├── nginx.conf # Nginx reverse proxy configuration │ ├── prometheus.yml # Prometheus monitoring configuration │ └── redis.conf # Redis configuration ├── docs/ # Documentation │ ├── DEPLOYMENT.md # Detailed deployment guide │ ├── MIGRATION_DASHBOARD.md │ └── MIGRATION_PLAN.md ├── packages/ # Core packages │ ├── core/ # Core functionality │ ├── integrations/ # External service integrations │ ├── platforms/ # Platform-specific implementations │ └── utils/ # Shared utilities ├── services/ # MCP service implementations │ ├── ai/ # AI-related services │ ├── data/ # Data services │ └── tools/ # Tool services └── shared/ # Shared configurations and types ├── config/ # Configuration management └── types/ # TypeScript type definitions

快速入门

  1. 克隆存储库:
git clone https://github.com/GitDakky/COLUMBIA-MCP-SERVERS.git cd COLUMBIA-MCP-SERVERS
  1. 运行安装脚本:
./docker/scripts/setup.sh
  1. 配置环境变量:
cp docker/.env.example .env # Edit .env with your configuration
  1. 部署到生产环境:
./docker/scripts/deploy.sh
  1. 监控部署:
./docker/scripts/monitor.sh

主要特点

  • 基于 Docker 的部署:使用 Docker Compose 的容器化服务
  • 高可用性:负载平衡和服务复制
  • 监控:Prometheus 与 Grafana 集成
  • 安全性:SSL/TLS、身份验证和安全配置
  • 可扩展性:水平扩展能力
  • 备份和恢复:具有时间点恢复功能的自动备份系统

发展

  • 基于 TypeScript 的实现
  • Jest 用于测试
  • ESLint 代码质量
  • 自动化 CI/CD 管道

文档

要求

  • Docker 20.10+
  • Docker Compose 2.0+
  • Node.js 18+
  • Redis 6+

安全

  • 所有服务都在隔离的容器中运行
  • 使用 SSL/TLS 进行安全通信
  • Redis 密码保护
  • 速率限制
  • 定期安全更新

监控

访问监控仪表板:

贡献

  1. 分叉存储库
  2. 创建功能分支
  3. 提交你的更改
  4. 推送到分支
  5. 创建拉取请求

执照

版权所有 © 2025 哥伦比亚。保留所有权利。

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

提供可扩展的容器化基础设施,用于部署和管理具有监控、高可用性和安全配置的模型上下文协议服务器。

  1. 存储库结构
    1. 快速入门
      1. 主要特点
        1. 发展
          1. 文档
            1. 要求
              1. 安全
                1. 监控
                  1. 贡献
                    1. 执照

                      Related MCP Servers

                      • A
                        security
                        A
                        license
                        A
                        quality
                        A powerful Model Context Protocol (MCP) server for Docker operations, enabling seamless container and compose stack management through Claude AI.
                        Last updated -
                        4
                        160
                        Python
                        MIT License
                        • Apple
                      • -
                        security
                        F
                        license
                        -
                        quality
                        Facilitates deployment and management of services using the Model Context Protocol with a focus on high availability, scalability, and secure communication, leveraging Docker-based infrastructure, Prometheus, and Grafana for monitoring.
                        Last updated -
                        1
                      • -
                        security
                        F
                        license
                        -
                        quality
                        A Node.js application that provides a Model Context Protocol server for interacting with Harbor container registry, supporting operations for projects, repositories, tags, and Helm charts.
                        Last updated -
                        TypeScript
                      • -
                        security
                        F
                        license
                        -
                        quality
                        A Kubernetes-deployed server for the Model Context Protocol that enables secure communication with configurable environment variables, health monitoring, and scalable deployment on Azure Kubernetes Service.
                        Last updated -
                        932
                        TypeScript

                      View all related MCP servers

                      MCP directory API

                      We provide all the information about MCP servers via our MCP API.

                      curl -X GET 'https://glama.ai/api/mcp/v1/servers/smithery-ai/COLUMBIA-MCP-SERVERS'

                      If you have feedback or need assistance with the MCP directory API, please join our Discord server