Context7 MCP
Pull up-to-date library and framework documentation into your agent's context. Good for Next.js, React, and other fast-moving stacks where docs change…
#mcp #docs #context7 +1
Cursor, Claude Code, Windsurf +2
DetailsWeb search for your agent via the Brave Search API. Handy when the model needs up-to-date docs, error messages, or library references not in its training data.
#mcp #search #web #brave
Snippet
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"env": {
"BRAVE_API_KEY": "YOUR_BRAVE_API_KEY"
}
}
}
}
Default config location for each supported agent.
.cursor/mcp.json.claude/settings.json.windsurf/mcp.json.cline/mcp.json.codex/config.toml.github/copilot/mcp.jsonPull up-to-date library and framework documentation into your agent's context. Good for Next.js, React, and other fast-moving stacks where docs change…
#mcp #docs #context7 +1
Cursor, Claude Code, Windsurf +2
Details