Formerly configured MCP servers remain attached to agents after they are removed #9608
Unanswered
dareima
asked this question in
Troubleshooting
Replies: 1 comment 2 replies
-
Thanks for the report. I can see the issue creating this, will be resolved shortly. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
Until recently I was using the
Firecrawl MCP-Server
from here Firecrawl MCP.I attached it to several of my LibreChat AI agents.
Now that I have set up LibreChat native web search, I removed (deleted) the Firecrawl MCP-Server from all agents by clicking the trash icon and then saving the agent configuration.
Whenever I would use one of said agents now, the LibreChat console log will show these errors:
LibreChat | 2025-09-12 22:53:40 warn: MCP server "Firecrawl" for "firecrawl_scrape" tool is not configured but attached to "agent_cdJwRpQaaq8_wq3o6bEm0"
LibreChat | 2025-09-12 21:24:47 warn: MCP server "Firecrawl" for "firecrawl_search" tool is not configured but attached to "agent_cdJwRpQaaq8_wq3o6bEm0"
That is because I did not unselect all the selected MCP-Server tools first, before deleting the MCP-Server from the agent configuration using the trash symbol.
Version Information
Steps to Reproduce
librechat.yaml
librechat.yaml
and restart LibreChatdocker compose logs -f api
)This is only solvable by re-instantiating the MCP-Server in librechat.yaml again, select the affected agent in the Agent Builder - the MCP-Server will show up again although it was deleted from the agent config earlier - and manually unselecting all the MCP-Server tools that were selected prior to deleting the MCP-Server.
Once deselecting the last tool, the MCP-Server automatically disappears. Now save the agent to completely detach the MCP-Server and make the error messages in the console log go away.
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
The MCP-Server shows up again, although it was deleted using the trash icon earlier. The MCP-Server tools are still selected, which is why the error messages shows up.
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions