📦
Go Sse Server
A simple MCP server exposed via SSE with examples tools, resources and prompts
0 installs
2 stars
Trust: 49 — Fair
Devtools
Installation
npx mcp-go-sse-serverAsk AI about Go Sse Server
Powered by Claude · Grounded in docs
I know everything about Go Sse Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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://localhostgo 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
