mcp-go-sse-server

mcp-go-sse-server

3.3

If you are the rightful owner of mcp-go-sse-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.

mcp-go-sse-server is a simple Model Context Protocol (MCP) server exposed via Server-Sent Events (SSE) with example tools, resources, and prompts.

mcp-go-sse-server

A simple MCP server exposed via SSE with examples tools, resources and prompts. Modified example from https://github.com/mark3labs/mcp-go/blob/main/examples/everything/main.go Run with:

  • go build . && ./mcp-go-sse-server --transport sse --baseurl http://localhost
  • go build . && ./mcp-go-sse-server --transport sse --baseurl https://mcp.example.com --omitPort

A real use-case example implementing tools to read from a postgres database and write to a nats channel can be found on branch nats-postgres