# Add to your Claude Code skills
git clone https://github.com/akbxr/zed-mcp-server-context7Guides for using mcp servers skills like zed-mcp-server-context7.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T16:37:56.250Z",
"npmAuditRan": true,
"pipAuditRan": true
}See how zed-mcp-server-context7 compares with popular alternatives.
zed-mcp-server-context7 is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by akbxr. Context7 MCP Server for Zed. It has 114 GitHub stars.
Yes. zed-mcp-server-context7 passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/akbxr/zed-mcp-server-context7" and add it to your Claude Code skills directory (see the Installation section above).
zed-mcp-server-context7 is primarily written in Rust. It is open-source under akbxr on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh zed-mcp-server-context7 against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
See comparison
This extension integrates Context7 as a Model Context Protocol (MCP) server for Zed's Assistant, providing up-to-date documentation for any prompt.
Context7 pulls up-to-date, version-specific documentation and code examples straight from the source and places them directly into your prompt context.
LLMs rely on outdated or generic information about the libraries you use. You get:
Context7 fetches up-to-date, version-specific documentation and code examples straight from the source — and places them directly into your prompt.
Add use context7 to your question in Zed Assistant:
How do I use the new Next.js `after` function? use context7
How do I invalidate a query in React Query? use context7
How do I protect a route with NextAuth? use context7
use context7No tab-switching, no hallucinated APIs that don't exist, no outdated code generations.
This extension can be installed from the Zed extension.
If you're using Zed's agent mode, you need to enable this context server for your assistant:
Write | Ask button, then click on tools, then enable the Context7 MCP Server.context7_api_key: Set the Context7 API key.Examples:
{
"context_server": {
"mcp-server-context7": {
"source": "extension",
"enabled": true,
"settings": {
"context7_api_key": "YOUR_CONTEXT7_API_KEY",
}
}
}
}
The Context7 MCP Server provides these tools to the LLM:
resolve-library-id: Resolves a general library name into a Context7-compatible library ID.
libraryName (optional): Search and rerank resultsget-library-docs: Fetches documentation for a library using a Context7-compatible library ID.
context7CompatibleLibraryID (required)topic (optional): Focus the docs on a specific topic (e.g., "routing", "hooks")tokens (optional, default 5000): Max number of tokens to returnClone the project and install dependencies:
cargo build
MIT