Back to MCP directory
publicPublicdnsLocal runtime

stellar-mcp-server

基于Stellar的智能MCP演示项目,受Cloudflare远程模型上下文协议启发,集成钱包设置和合约管理功能。

article

README

🚀 恒星智能 MCP 演示

本项目深受 Remote Model Context Protocol Servers (MCP)remote-mcp-github-oauth 的启发。若你在使用过程中遇到问题,建议优先查阅 Cloudflare 文档,而非将过多精力放在调试此特定仓库上。

🚀 快速开始

对于这个特定的 MCP 服务器,使用时需注意以下要点:

  • 设置钱包:请先触发 setWallet 工具来设置你的钱包。
  • 添加合约地址:若你添加了需要追踪的合约地址,请使用 setContractAddress 命令。同时,你还需要添加一个 ed25519 签署者(目前这可通过我的 Super Peach 钱包 来实现)。

⚠️ 重要提示

使用过程中请务必注意安全。

💡 使用建议

希望你能在使用中玩得开心!

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client