mirror of
https://github.com/upstash/context7.git
synced 2026-09-14 19:09:34 +08:00
Add AnythingLLM to all-clients.mdx (#2859)
This commit is contained in:
committed by
GitHub
parent
b1fb8b5232
commit
c8cbf3ea87
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user