跳转至

NexusMCP-20

基本信息

  • 开发者/组织:CloudMCP Data
  • 许可证:开源 (Apache 2.0)
  • 版本:v4.8.7
  • 发布日期:2023-09-22
  • 官方网站:https://nexusmcp-20.example.com
  • 源代码仓库:https://github.com/cloudmcp-data/nexusmcp-20

功能特点

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

  • 跨语言理解:支持高效的跨语言理解能力
  • 多模态内容处理:支持高效的多模态内容处理能力
  • 分布式架构支持:支持高效的分布式架构支持能力
  • 文档库集成:支持高效的文档库集成能力

技术规格

  • 支持的模型:Claude 3, Llama 3, Mistral Large
  • 部署方式:虚拟机
  • 语言/框架:Kotlin / Django
  • 性能指标:每秒处理约188请求,平均延迟<333ms

API示例

// 查询请求示例
{
  "model": "mistral-large",
  "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. 多源数据融合:利用NexusMCP-20提供的分布式架构支持能力,实现高效的多源数据融合
  2. 客户支持系统:利用NexusMCP-20提供的多模态内容处理能力,实现高效的客户支持系统

配置示例

server:
  host: 0.0.0.0
  port: 8327
  threads: 25

security:
  auth_required: false
  rate_limiting: true
  max_requests_per_minute: 1650

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"