[GH-ISSUE #4411] [BUG]: unable to connect to a Streamable mcp server #2813

Closed
opened 2026-02-22 18:31:22 -05:00 by yindo · 0 comments
Owner

Originally created by @omerbrandis on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4411

Originally assigned to: @shatfield4 on GitHub.

How are you running AnythingLLM?

Docker (local)

What happened?

(these are my first steps with mcp servers and anyting-llm... )

using anything-llm desktop version v1.8.5-r2

my anythingllm_mcp_servers.json :
{
"mcpServers": {
"MyServer" : { "type": "streamable",
"url": "http://www....."
}
}
}

the ui shows that MyServer is stopped,
when I try to start it , I get the following message :
Failed to start MCP server: Upfront [NO_CODE] Error POSTing to endpoint (HTTP 405)

I can see that a GET request was sent to the url.
but as far as I can tell , for streamable http, there need not be support for GET on the url,
Only for post.
( i've managed to connect to Myserver with another ai desktop client ....).

can someone confirm that this is an erorr in anything llm ,
or else add a link to the relevant mcp documentation/spec that addresses this issue?

Are there known steps to reproduce?

No response

Originally created by @omerbrandis on GitHub (Sep 19, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4411 Originally assigned to: @shatfield4 on GitHub. ### How are you running AnythingLLM? Docker (local) ### What happened? (these are my first steps with mcp servers and anyting-llm... ) using anything-llm desktop version v1.8.5-r2 my anythingllm_mcp_servers.json : { "mcpServers": { "MyServer" : { "type": "streamable", "url": "http://www....." } } } the ui shows that MyServer is stopped, when I try to start it , I get the following message : Failed to start MCP server: Upfront [NO_CODE] Error POSTing to endpoint (HTTP 405) I can see that a GET request was sent to the url. but as far as I can tell , for streamable http, there need not be support for GET on the url, Only for post. ( i've managed to connect to Myserver with another ai desktop client ....). can someone confirm that this is an erorr in anything llm , or else add a link to the relevant mcp documentation/spec that addresses this issue? ### Are there known steps to reproduce? _No response_
yindo added the possible bugDesktopinvestigating labels 2026-02-22 18:31:22 -05:00
yindo closed this issue 2026-02-22 18:31:23 -05:00
yindo changed title from [BUG]: unable to connect to a Streamable mcp server to [GH-ISSUE #4411] [BUG]: unable to connect to a Streamable mcp server 2026-06-05 14:48:41 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2813