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
client-specific.mdx•967 B
---
title: Client-Specific Issues
description: Troubleshooting for Cursor, VS Code, and Claude Code.
---
## MCP Client-Specific Issues
### Cursor
- Make sure you're using Cursor 2.0.0 or later for the best MCP support
- Try both global (`~/.cursor/mcp.json`) and project-specific (`.cursor/mcp.json`) configurations
- Restart & Update Cursor after changing the MCP configuration
### VS Code
- Ensure you have the latest version of VS Code with MCP support
- Check that the Copilot extension is installed and updated
- Restart & Update VS Code after configuration changes
### Claude Code
- Verify the MCP server is added correctly with `claude mcp list`
- Check logs with `claude mcp logs docfork`
- Try removing and re-adding the server
<Callout title="Still stuck?" type="error">
If you can't resolve the issue, contact us at [support@docfork.com](mailto:support@docfork.com) or
raise a [GitHub issue](https://github.com/docfork/docs/issues).
</Callout>