mcp-server-http-streamable-updated

JairAviles/mcp-server-http-streamable-updated

3.2

If you are the rightful owner of mcp-server-http-streamable-updated 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 components of a machine learning system, enabling seamless integration and data exchange.

MCP Server HTTP Streamable Updated

  1. Run mcp dev server.py

  2. Add the following installation to your MCP client:

{
	"mcpServers": {
		"remote-example": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://127.0.0.1:8000/mcp",
        "--allow-http",
        "--transport",
	      "http-only"
      ]
    }
	}
}