这是一个 Claude 模型上下文协议 (MCP) 服务器,提供星辰 XDR-JSON 转换工具,能够让 Claude 理解 XDR 的含义,为相关应用提供了强大的支持。
本项目无需传统意义上的安装步骤,而是需要在不同使用场景下添加服务器配置。
要与 Claude 桌面版一起使用,可按以下步骤操作:
~/Library/Application Support/Claude/claude_desktop_config.json{
"mcpServers": {
"mcp-stellar-xdr-json": {
"command": "npx",
"args": ["deno", "run", "--allow-read", "https://github.com/leighmcculloch/mcp-stellar-xdr-json/raw/refs/heads/main/mcp-stellar-xdr-json.ts"]
}
}
}
claude mcp add \
--transport stdio \
--scope user \
mcp-stellar-xdr-json \
-- \
npx deno run --allow-read https://github.com/leighmcculloch/mcp-stellar-xdr-json/raw/refs/heads/main/mcp-stellar-xdr-json.ts
可参考此链接查看示例:https://github.com/user-attachments/assets/8c4eef81-9109-432d-8be6-8e24ead74eef
可参考此链接查看示例:https://github.com/user-attachments/assets/91523c7e-652e-46f8-92af-2315f408e32d