We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/docfork/docfork-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
amp.mdx•421 B
---
title: Amp
description: Install Docfork MCP in Amp
---
Run this command in your terminal. See [Amp MCP docs](https://ampcode.com/manual#mcp) for more info.
#### Without API Key (Basic Usage)
```sh theme={null}
amp mcp add docfork https://mcp.docfork.com/mcp
```
#### With API Key (Higher Rate Limits)
```sh theme={null}
amp mcp add docfork --header "DOCFORK_API_KEY=YOUR_API_KEY" https://mcp.docfork.com/mcp
```