Merge pull request #739 from snarktank/add-amp-installation

Add 'Install in Amp' section to README
This commit is contained in:
Enes Gules 2025-10-02 10:03:43 +03:00 committed by GitHub
commit 8a6d3445e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,6 +130,25 @@ claude mcp add context7 -- npx -y @upstash/context7-mcp --api-key YOUR_API_KEY
</details>
<details>
<summary><b>Install in Amp</b></summary>
Run this command in your terminal. See [Amp MCP docs](https://ampcode.com/manual#mcp) for more info.
#### Without API Key (Basic Usage)
```sh
amp mcp add context7 https://mcp.context7.com/mcp
```
#### With API Key (Higher Rate Limits & Private Repos)
```sh
amp mcp add context7 --header "CONTEXT7_API_KEY=YOUR_API_KEY" https://mcp.context7.com/mcp
```
</details>
<details>
<summary><b>Install in Windsurf</b></summary>