mirror of
https://github.com/upstash/context7.git
synced 2026-09-14 19:09:34 +08:00
docs: add Autohand Code MCP setup (#2894)
Co-authored-by: enesgules <abdullah.enes.gules@gmail.com>
This commit is contained in:
@@ -1366,6 +1366,25 @@ See the [Emdash repository](https://github.com/generalaction/emdash) for more in
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Install in Autohand Code</b></summary>
|
||||
|
||||
Use the [Autohand Code CLI](https://github.com/autohandai/code-cli/) to add the local Context7 server:
|
||||
|
||||
```sh
|
||||
autohand mcp add context7 npx -y @upstash/context7-mcp --api-key YOUR_API_KEY
|
||||
```
|
||||
|
||||
Add `--scope project` before `context7` to save the server in the current project's `.autohand` configuration instead of your user configuration.
|
||||
|
||||
For basic usage without an API key, you can connect to the remote server instead:
|
||||
|
||||
```sh
|
||||
autohand mcp add --transport http context7 https://mcp.context7.com/mcp
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## 🔨 Available Tools
|
||||
|
||||
Context7 MCP provides the following tools that LLMs can use:
|
||||
|
||||
Reference in New Issue
Block a user