fletcher-mcp-bridge
v1.0.4
Published
A lightweight Stdio to SSE proxy for Fletcher Agent
Maintainers
Readme
Fletcher MCP Bridge 🚀
A lightweight, zero-dependency Stdio-to-SSE proxy bridge for the Fletcher Protocol AI Agent.
What is this?
Model Context Protocol (MCP) allows AI assistants to interact with external tools and APIs. Modern AI IDEs like Cursor natively support connecting to remote MCP servers via Server-Sent Events (SSE).
However, some desktop clients (like Claude Desktop) currently only support local stdio (Standard Input/Output) connections. This package acts as a seamless translator cable—it captures the stdio input from your Claude Desktop and forwards it to the live Fletcher SSE server securely.
Usage (Claude Desktop)
You don't need to download or install this repository manually. Just update your Claude Desktop configuration!
Open your Claude Desktop configuration file:
- Mac:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Mac:
Add
fletcher-mcp-bridgeto yourmcpServersobject:
{
"mcpServers": {
"fletcher": {
"command": "npx",
"args": [
"-y",
"fletcher-mcp-bridge"
]
}
}
}- Restart Claude Desktop.
- Try asking Claude: "Check the best liquidity pools on Robinhood chain using Fletcher."
Usage (Cursor IDE & Windsurf)
You do NOT need this package!
Cursor and other modern IDEs natively support SSE. Simply go to your MCP Settings, click Add New MCP Server, select SSE, and enter the Fletcher API URL:
https://api.fletcheragent.pro/mcp/sse
Built with ❤️ by the Fletcher Protocol Team.
