micthebick84/sse-mcp-server
3.2
If you are the rightful owner of sse-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is a framework designed to facilitate communication between different AI models and applications, enabling seamless integration and interaction.
Tools
mcp-remote
A tool for connecting to remote MCP servers, facilitating communication and data exchange.
SSE-MCP-SERVER EXAMPLE
μλ² μ€ν μ΄ν mcp-remote μ€μΉκ° νμ npm install -g mcp-remote
claude μ€μ μ μν claude_desktop_config.json μμ νμ { "mcpServers": { "remote-example": { "command": "npx", "args": [ "mcp-remote", "http://localhost:8080/api/v1/sse" ] } } }