mirror of
https://github.com/upstash/context7.git
synced 2025-11-04 03:40:33 +00:00
Merge pull request #896 from factory-ben/add-factory-installation
docs: add Factory installation instructions
This commit is contained in:
commit
dca680bb6e
31
README.md
31
README.md
@ -1141,6 +1141,37 @@ See [Local and Remote MCPs for Perplexity](https://www.perplexity.ai/help-center
|
||||
7. Click `Save`.
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Install in Factory</b></summary>
|
||||
|
||||
Factory's droid supports MCP servers through its CLI. See [Factory MCP docs](https://docs.factory.ai/cli/configuration/mcp) for more info.
|
||||
|
||||
#### Factory Remote Server Connection (HTTP)
|
||||
|
||||
Run this command in your terminal:
|
||||
|
||||
```sh
|
||||
droid mcp add context7 https://mcp.context7.com/mcp --type http --header "CONTEXT7_API_KEY: YOUR_API_KEY"
|
||||
```
|
||||
|
||||
Or without an API key (basic usage with rate limits):
|
||||
|
||||
```sh
|
||||
droid mcp add context7 https://mcp.context7.com/mcp --type http
|
||||
```
|
||||
|
||||
#### Factory Local Server Connection (Stdio)
|
||||
|
||||
Run this command in your terminal:
|
||||
|
||||
```sh
|
||||
droid mcp add context7 "npx -y @upstash/context7-mcp" --env CONTEXT7_API_KEY=YOUR_API_KEY
|
||||
```
|
||||
|
||||
Once configured, Context7 tools will be available in your droid sessions. Type `/mcp` within droid to manage servers, authenticate, and view available tools.
|
||||
|
||||
</details>
|
||||
|
||||
## 🔨 Available Tools
|
||||
|
||||
Context7 MCP provides the following tools that LLMs can use:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user