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
docs.md•576 B
---
name: docs
description: Fetch up-to-date docs for any library
argument-hint: <library> [query]
---
Fetch current documentation using Docfork and return a direct answer with runnable code examples.
## Examples
```
/docfork:docs react server components
/docfork:docs nextjs app router middleware
/docfork:docs supabase row level security
/docfork:docs zod nested object validation
```
Use `docfork:query_docs` with the library name, extract `owner/repo` from result URLs for follow-up calls, then `docfork:fetch_url` for full content. Search results are summaries only.