Skip to content

davidferlay/mcp-go-sse-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple MCP server exposed via SSE with examples tools, resources and prompts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages