跳转至

NexusMCP-4

基本信息

  • 开发者/组织:ContextHub Software
  • 许可证:开源 (BSD)
  • 版本:v3.4.4
  • 发布日期:2024-04-28
  • 官方网站:https://nexusmcp-4.example.com
  • 源代码仓库:https://github.com/contexthub-software/nexusmcp-4

功能特点

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

  • 高性能上下文处理:支持高效的高性能上下文处理能力
  • 跨语言理解:支持高效的跨语言理解能力
  • 知识图谱支持:支持高效的知识图谱支持能力

技术规格

  • 支持的模型:Claude 3 Opus, GLM-4, GPT-4-Turbo
  • 部署方式:Google Cloud Functions, 容器集群, 边缘设备
  • 语言/框架:Python / 原生实现
  • 性能指标:每秒处理约3421请求,平均延迟<340ms

API示例

// 查询请求示例
{
  "model": "glm-4",
  "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-4提供的跨语言理解能力,实现高效的多模态内容创建
  2. 科学文献分析:利用NexusMCP-4提供的知识图谱支持能力,实现高效的科学文献分析

配置示例

server:
  host: 0.0.0.0
  port: 8178
  threads: 16

security:
  auth_required: false
  rate_limiting: false
  max_requests_per_minute: 3836

models:
  - name: "llama-3"
    provider: "local"
    model_path: "/models/llama-3-70b"

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