Back to MCP Servers
Stargate Bridge
An MCP server that enables cross-chain token transfers via the Stargate protocol.
finance-fintechai
By kukapay
Installation
npx -y stargate-bridge-mcpConfiguration
{
"mcpServers": {
"stargate-bridge-mcp": {
"command": "npx",
"args": ["-y", "stargate-bridge-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes