sse-mcp-server

micthebick84/sse-mcp-server

3.1

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
1
Resources
0
Prompts
0

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" ] } } }