# Context7

**Type:** Official

**Source Type:** Remote URL

**Source:** <https://mcp.context7.com/mcp>

**Description:** Context7 MCP server provides AI assistants with access to up-to-date, version-specific documentation and code examples for popular libraries and frameworks. It dynamically fetches current official documentation to prevent outdated API suggestions, supporting developers with accurate, real-time technical references without tab-switching.

**Configuration Parameters:**

* No configuration required

**Setup Steps:**

1. Optional: Create an account at <https://context7.com/dashboard> to get an API key
2. With API key: Higher rate limits and access to private documentation repositories
3. Without API key: Basic rate limits apply, suitable for most use cases
4. No additional setup required - server provides public documentation by default

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/context7.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
