Expose StellarAgentKit as a Model Context Protocol (MCP) server. Each agent action becomes one MCP tool consumable by Claude Code, Cursor, and other MCP clients.
{
"mcpServers": {
"stellar-agent-kitadapter": {
"command": "npx",
"args": [
"-y",
"@stellar-agent-kit/adapter-mcp"
]
}
}
}