MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Simple MCP curl tool for Streamable HTTP (and SSE)

Created 1/7/2026
Updated 1 day ago
Repository documentation and setup instructions

MCP Curl Stream

This is a simple utility for interacting with a Streamable HTTP (or SSE) MCP server while testing. It wraps curl and performs the basic initialization and JSON-RPC flow for interacting with MCP assets.

Prerequisites

  • bash 3.x or greater
  • curl
  • (optional) jq for pretty printing json

Usage

mcpcurl-stream <mcp-server-url> [additional-curl-args...]

Arguments can be in any order. The MCP server URL is identified as the positional argument without a flag (doesn't start with -).

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/gabe-l-hart/mcpcurl-stream
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "gabe-l-hart-mcpcurl-stream": { "command": "git", "args": [ "clone", "https://github.com/gabe-l-hart/mcpcurl-stream" ] } } }