Skip to content

MCP Server: Context7

Zoeken naar actuele documentatie kost tijd en onderbreekt je development flow. Context7 lost dit op door je AI-Agent direct toegang te geven tot de nieuwste documentatie en codevoorbeelden van populaire frameworks en API's. Het vult je knowledge/ folder automatisch met relevante informatie, rechtstreeks in je editor.

Context7 is gemaakt door Upstash, wat je misschien kent als Vercel's Redis DB provider.

Hoe installeer je de Context7 MCP server?

json
{
  "mcpServers": {
    "context7": {
      "url": "https://mcp.context7.com/mcp"
    }
  }
}
bash
claude mcp add --transport http context7 https://mcp.context7.com/mcp

Hoe gebruik je de Context7 MCP server?

Je kunt de agent gebruiken om documentatie toe te voegen aan je knowledge/ folder.

Context7 werkt het beste als je aangeeft welke informatie je wilt inladen. Denk bijvoorbeeld aan Eloquent querybuilder, jobs, etc.

Deze prompt haalt Laravel Job Queue documentatie op en plaatst deze in je knowledge/ folder:

Find and fetch the documentation for the library provided below and write it to the knowledge folder. use context7.

Library: Laravel
Focus on: Job queue

Dat zal deze documentatie toevoegen aan je knowledge/ folder: Laravel Job Queue docs in Context7

🚀 Raycast context7 snippet

Copy + Paste deze snippet in Raycast Snippets:

markdown
Find and fetch the documentation for the library provided below and write it to the knowledge folder. use context7.

Library: {argument name="Library"}
Focus on: