Seahorse Agent Bridge
Freeby MCP Community
JavaScript SDK for integrating Seahorse MCP Agent into parent applications
v1.2.0Added Apr 12, 2026
seahorsemcpagentpostmessageintegration
Seahorse Agent Bridge MCP Server
JavaScript SDK for integrating Seahorse MCP Agent into parent applications
Installation
npx -y seahorse-agent-bridge
Reviews
Installation
Quick install
npx -y seahorse-agent-bridge
Add to claude_desktop_config.json
{
"mcpServers": {
"seahorse-agent-bridge": {
"command": "npx",
"args": ["-y", "seahorse-agent-bridge"]
}
}
}