MCP SSE Server (sidharthrajaram)
A reference implementation of an MCP server/client over Server-Sent Events transport.
๐ก๏ธ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for MCP SSE Server (sidharthrajaram), derived from its capabilities.
AIVSS 7.9 ยท High
View MAESTRO 7-layer threat model โOverview
This project demonstrates a working decoupled MCP server and client using the SSE transport, a common pattern for remotely hosted MCP servers. It is primarily infrastructure/reference for building networked MCP tools. Security surface: SSE-hosted servers introduce remote-endpoint auth and network-exposure considerations that stdio servers avoid.
Key features
- MCP over Server-Sent Events transport
- Decoupled remote server/client example
- Reusable pattern for hosted MCP servers
Use cases
- Build a remotely hosted MCP server
- Learn the SSE transport for MCP