Stellar Smart MCP Demo
by kalepail
This is a Stellar Smart MCP (Model Context Protocol) server demo inspired by Cloudflare's implementation. It allows interaction with Stellar contracts and automates signing using Super Peach wallet.
View on GitHub
Last updated: N/A
Stellar Smart MCP Demo
Heavily inspired by https://blog.cloudflare.com/remote-model-context-protocol-servers-mcp/ and https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-github-oauth. If you're having issues I actually suggest reviewing the Cloudflare docs vs worrying too much about debugging inside this specific repo.
For this specific MCP server there are a few things you'll want to keep in mind:
- Be sure to setup your wallet first by triggering the
setWallet
tool - If you add contracts to track via the
setContractAddress
you'll also need to add aed25519
signer if you want to automate the signing. Atm this is done via my Super Peach wallet.
Be safe, have fun!