MCP ExplorerExplorer

Mcp Sse Shim

@langflow-aion 9 months ago
11 MIT
FreeCommunity
AI Systems
Connect to an SSE MCP server via stdio using mcp-sse-shim.

Overview

What is Mcp Sse Shim

mcp-sse-shim is a tool that allows users to connect to an SSE MCP server through standard input and output (stdio).

Use cases

Use cases for mcp-sse-shim include monitoring live data feeds, integrating with web applications for real-time updates, and developing applications that require continuous data flow from an MCP server.

How to use

To use mcp-sse-shim, run the command ‘uvx mcp-sse-shim’ in your terminal. You can also set environment variables such as MCP_HOST to specify the server address.

Key features

Key features include the ability to connect to SSE MCP servers, configurable environment variables for server settings, and support for debugging.

Where to use

mcp-sse-shim can be used in applications that require real-time data streaming from MCP servers, such as web applications, data analytics tools, and IoT systems.

Content

mcp-sse-shim

Allows you to connect to an sse mcp server via stdio

Run:

uvx mcp-sse-shim

Optionally set these env vars:

MCP_HOST = os.getenv("MCP_HOST", "http://localhost:7860")
BASE_URL = f"{MCP_HOST}"
BACKEND_URL_SSE = f"{BASE_URL}/api/v1/mcp/sse"
BACKEND_URL_MSG = f"{BASE_URL}/api/v1/mcp/"
DEBUG = os.getenv("DEBUG", "false").lower() == "true"

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers