kukapay/stargate-bridge-mcp
An MCP server that enables cross-chain token transfers via the Stargate protocol.
Quick Start
Clone the repository:
git clone https://github.com/kukapay/stargate-bridge-mcpClaude Desktop configuration example:
{
"mcpServers": {
"stargate-bridge-mcp": {
"command": "npx",
"args": [
"-y",
"kukapay/stargate-bridge-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.