Add AnythingLLM to all-clients.mdx (#2859)

This commit is contained in:
vadim s. sabinich
2026-07-03 10:57:18 +03:00
committed by GitHub
parent b1fb8b5232
commit c8cbf3ea87
+27
View File
@@ -1307,4 +1307,31 @@ Install the [context7.mcpb](https://github.com/upstash/context7/tree/master/pack
</Accordion>
<Accordion title="AnythingLLM">
AnythingLLM supports MCP Servers through GUI.
1. Navigate `AnythingLLM` > `Agents Skills`
2. Select `MCP Servers`.
3. Click `Edit MCP config`.
4. Paste.
5. Click to "Refresh" button.
#### Remote Connection
```json
{
"mcpServers": {
"context7": {
"type": "streamable",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "YOUR_API_KEY"
}
}
}
}
```
</Accordion>
</AccordionGroup>