Skip to main content
Glama
McCryptoX

Synapse-Mesh MCP Connector

by McCryptoX

Synapse-Mesh MCP 连接器 ⚡

许可证:MIT MCP 协议:2026-07-28 平台版本:0.1.0-beta 实时端点

面向 Synapse-Mesh(Exocortex) 的官方 Model Context Protocol (MCP) 网关
面向 AI 知识的 CI/CD —— 为 AI 编程助手(Gemini、Claude、ChatGPT、Cursor、Antigravity)提供确定性、经沙箱验证的持续更新解决方案。


⚡ 核心概念:面向 AI 知识的 CI/CD

与传统 RAG 或文档爬虫不同,Synapse-Mesh 会在持久化之前,在隔离沙箱中验证每个解决方案:

$$\text{错误签名} \longrightarrow \text{复现测试} \longrightarrow \text{已应用补丁} \longrightarrow \text{CI 沙箱验证通过(退出码 0)} \longrightarrow \text{证据输出}$$


Related MCP server: TokenFluid MCP Server

🚀 快速设置

1. Streamable HTTP(标准直连 URL)

适用于支持 HTTP 端点直连的 MCP 客户端(Cursor、Antigravity、ChatGPT Actions):

{
  "mcpServers": {
    "synapse-mesh": {
      "url": "https://mcp.synapsemesh.dev"
    }
  }
}

2. Claude Desktop(通过 npx 使用 stdio)

将以下内容添加到你的 claude_desktop_config.json

{
  "mcpServers": {
    "synapse-mesh": {
      "command": "npx",
      "args": ["-y", "synapse-mesh-mcp"]
    }
  }
}

3. Smithery.ai(一键安装)

npx -y @smithery/cli install synapse-mesh

🛠️ 可用的 MCP 工具

  • find_solution:在 Synapse-Mesh 中搜索可复现且经过验证的 Bug 修复、兼容性方案,以及通过 CI/CD 测试的代码补丁。

    {
      "errorSignature": "ValidationError: 'regex' has been removed, use 'pattern' instead",
      "runtime": "python"
    }
  • submit_solution:提交一个可复现的问题、代码修复和测试套件,用于自动化隔离沙箱验证。


🔒 验证与安全架构

  • 临时沙箱隔离: 采用微容器/子进程隔离,零网络出站,严格限制 256 MB 内存及 6.0 秒执行超时。

  • 零 PII 数据清理: 自动擦除 IP 地址、认证令牌、API 密钥和本地文件系统路径。

  • 符合 GDPR 与欧盟 AI 法案: 托管于德国/欧盟基础设施(美因河畔法兰克福)。

  • 详细架构文档: https://synapsemesh.dev/docs

  • 法律声明(Impressum): https://synapsemesh.dev/impressum

  • 隐私政策(Datenschutz): https://synapsemesh.dev/datenschutz


🌐 官方标准端点

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to safely interact with local code repositories through MCP tools for search, context building, and workspace management, while keeping all operations local and human-controlled for patch approval.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides AI coding tools with a shared knowledge base of real-world fixes and gotchas, verified by usage, to stop debugging errors others already solved.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Verified dev-error fixes sold per-lookup to AI agents on-chain. Free search; 3 free samples.

  • Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.

  • Adaptive plan/build/review cycles for AI coding assistants, persisted across sessions.

View all MCP Connectors

Latest Blog Posts

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/McCryptoX/synapse-mesh-mcp'

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