Skip to content

SSE Connection to Claude Desktop: Connecting Versus Spinning up. #91

Answered by jspahrsummers
andrewlayer asked this question in Q&A
Discussion options

You must be logged in to vote

Claude Desktop only connects to servers over stdio right now, not SSE. When we refer to the chunk of work involved in "remote servers," we mean generally enhancing everything not stdio. See modelcontextprotocol/specification#112 for a collection of some of the work related to that.

Clients only start servers when using the stdio transport, as this method of communication involves a parent–child relationship. Servers accessible over a socket won't have this same behavior, and could accept multiple connections on a single instance.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andrewlayer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants