Skip to main content
Use HTTP when your server should run as a network service.

Start the HTTP transport

What Redop serves

  • the MCP endpoint is http://localhost:3000/mcp
  • POST /mcp handles JSON-RPC requests
  • for MCP 2026-07-28, traffic is stateless — no session header is required
  • for older protocol versions, GET /mcp opens the event stream and DELETE /mcp closes the session

Verify with curl (MCP 2026-07-28)

Discover capabilities without a session:
List tools (note the required Mcp-Method header):

Verify with curl (legacy sessioned)

Start by verifying that initialize responds:
Copy the Mcp-Session-Id response header from that first response. Use that session ID on follow-up HTTP requests:

Troubleshooting

Turn on transport logging: