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
windows.mdx•365 B
---
title: Windows
description: Install Docfork MCP on Windows
---
The configuration on Windows is slightly different. Use `cmd` to run npx:
```json theme={null}
{
"mcpServers": {
"docfork": {
"command": "cmd",
"args": ["/c", "npx", "-y", "docfork", "--api-key", "YOUR_API_KEY"],
"disabled": false,
"autoApprove": []
}
}
}
```