Token导航 LogoToken导航TokenDH.com
Axone MCP logo
AI代理SSE官方级别未说明来源级核验

Axone MCP

MCP Server

Axone的MCP服务器是一个轻量级实现,通过标准化的模型上下文协议暴露Axone的能力,适用于AI工具的数据访问。

工具数

2

提示词数

0

GitHub Stars

3

资源数

0
数据访问GoClaudeClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

axone-protocol

提供方

axone-protocol

最后核验

2026/5/17 20:49

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

轴突mcp

🤖 轴突s 主控程序 服务器——人工智能工具通往数据世界的门户

![MCP Protocol](https://modelcontextprotocol.io/introduction) ![Smithery](https://smithery.ai/server/@axone-protocol/axone-mcp)

](https://github.com/axone-protocol/axone-mcp/releases) ![Lint](https://github.com/axone-protocol/axone-mcp/actions/workflows/lint.yml) ![Build](https://github.com/axone-protocol/axone-mcp/actions/workflows/build.yml) ![Test](https://github.com/axone-protocol/axone-mcp/actions/workflows/test.yml) ![Codecov](https://codecov.io/gh/axone-protocol/axone-mcp)

![Conventional commits](https://conventionalcommits.org) ![Semantic-release](https://github.com/semantic-release/semantic-release)

![Contributor Covenant](https://github.com/axone-protocol/.github/blob/main/CODE_OF_CONDUCT.md) ![License](https://opensource.org/licenses/BSD-3-Clause)

Axone的MCP服务器

轴突s 主控程序 服务器是一个轻量级的实现 通过标准化的模型上下文协议公开Axone的功能。

flowchart LR
    classDef actor stroke:#808
    classDef system stroke:#0ff
    classDef resource stroke:#f00

    actor:::actor@{ shape: stadium, label: "Host with MCP Client
(Claude, IDEs, Tools)" }
    mcpServer:::system@{ shape: rounded, label: "Axone
MCP server" }
    axone:::system@{ shape: das, label: "🔗 Axone chain" }

    actor -- query --> mcpServer

    mcpServer -. query .-> axone

可用工具

get_resource_governance_code

获取附加到给定资源的治理代码(如果有的话)。

输入架构

{
  "dataverse": {
    "type": "string",
    "description": "The address of the dataverse contract"
  },
  "resource": {
    "type": "string",
    "description": "The DID URI of the resource"
  }
}

安装

获取最新 发布 并将其放入$PATH或您可以轻松访问的地方。

与Claude一起使用

将此添加到您的 claude_desktop_config.json 克劳德桌面 配置文件:

{
  "mcpServers": {
    "axone": {
      "command": "axone-mcp",
      "args": [
        "serve",
        "stdio",
        "--node-grpc",
        "grpc.dentrite.axone.xyz:443"
      ]
    }
  }
}

旗帜:

  • --node-grpc:要连接的Axone节点的gRPC终结点。

使用SSE传输运行

axone-mcp serve sse --listen-addr localhost:8080 --node-grpc grpc.dentrite.axone.xyz:443

使用STDIO传输运行

axone-mcp serve stdio --node-grpc grpc.dentrite.axone.xyz:443

构建

make build

目录标签

目录标签

数据访问GoClaudeAI工具本地部署轻量级服务器模型上下文协议

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

SSE

鉴权方式(authType,认证方式)

token

工具数量(toolCount,工具数)

2

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

SSEtoken部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP