跳转至

ScaleMCP-301

基本信息

  • 开发者/组织:EnterpriseContext Foundation
  • 许可证:双重许可 (商业+开源)
  • 版本:v1.0.7
  • 发布日期:2023-09-05
  • 官方网站:https://scalemcp-301.example.com
  • 源代码仓库:https://github.com/enterprisecontext-foundation/scalemcp-301

功能特点

ScaleMCP-301是一款专业的MCP服务器,具有以下主要特点:

  • 高并发处理:支持高效的高并发处理能力
  • 多模态内容处理:支持高效的多模态内容处理能力
  • 分布式架构支持:支持高效的分布式架构支持能力

技术规格

  • 支持的模型:Claude 3 Sonnet, BLOOM-176B, Claude 3 Opus
  • 部署方式:Google Cloud Functions, 虚拟机, 边缘设备
  • 语言/框架:JavaScript / Spring Boot
  • 性能指标:每秒处理约3864请求,平均延迟<96ms

API示例

// 查询请求示例
{
  "model": "bloom-176b",
  "query": "用户查询内容",
  "context_sources": [
    {
      "type": "document",
      "id": "resource-id",
      "sections": ["section1", "section2"]
    },
    {
      "type": "database",
      "id": "db-source",
      "query": "SELECT * FROM data WHERE topic='query'"
    }
  ],
  "response_format": "text"
}

使用案例

  1. 法律文档处理:利用ScaleMCP-301提供的高并发处理能力,实现高效的法律文档处理
  2. 金融分析与预测:利用ScaleMCP-301提供的多模态内容处理能力,实现高效的金融分析与预测
  3. 科学文献分析:利用ScaleMCP-301提供的多模态内容处理能力,实现高效的科学文献分析

配置示例

server:
  host: 0.0.0.0
  port: 8013
  threads: 4

security:
  auth_required: true
  rate_limiting: true
  max_requests_per_minute: 2394

models:
  - name: "claude-3"
    provider: "anthropic"
    api_key: "${{ANTHROPIC_API_KEY}}"

connectors:
  - type: "document_store"
    id: "main_docs"
    url: "http://docs-server:9200"
  - type: "vector_db"
    id: "embeddings"
    url: "http://vector-db:6333"