A simple MCP server exposed via SSE with examples tools, resources and prompts
{
"mcpServers": {
"mcp-go-sse-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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 - 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
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 377 days ago. 2 stars.
Will it work with my client?
Transport: sse, http. Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Go Sse Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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 --omitPortA 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