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
debugging.mdx•588 B
---
title: Debugging Tips
description: Tools and techniques for debugging your Docfork MCP setup.
---
import { Callout } from "fumadocs-ui/components/callout";
## Debugging Tips
### Test with MCP Inspector
Test your setup independently:
```bash
npm run inspect
```
This opens the `@modelcontextprotocol/inspector` interactive inspector to test Docfork tools.
<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>