mirror of
https://github.com/zilliztech/claude-context.git
synced 2025-10-06 01:10:02 +03:00
12
README.md
12
README.md
@@ -402,6 +402,13 @@ Zencoder offers support for MCP tools and servers in both its JetBrains and VS C
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>LangChain/LangGraph</strong></summary>
|
||||
|
||||
For LangChain/LangGraph integration examples, see [this example](https://github.com/zilliztech/claude-context/blob/643796a0d30e706a2a0dff3d55621c9b5d831807/evaluation/retrieval/custom.py#L88).
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
<details>
|
||||
<summary><strong>Other MCP Clients</strong></summary>
|
||||
@@ -619,8 +626,11 @@ For detailed evaluation methodology and results, see the [evaluation directory](
|
||||
- **[What files does Claude Context decide to embed?](docs/troubleshooting/faq.md#q-what-files-does-claude-context-decide-to-embed)**
|
||||
- **[Can I use a fully local deployment setup?](docs/troubleshooting/faq.md#q-can-i-use-a-fully-local-deployment-setup)**
|
||||
- **[Does it support multiple projects / codebases?](docs/troubleshooting/faq.md#q-does-it-support-multiple-projects--codebases)**
|
||||
- **[How does Claude Context compare to other coding tools?](docs/troubleshooting/faq.md#q-how-does-claude-context-compare-to-other-coding-tools-like-serena-context7-or-deepwiki)**
|
||||
|
||||
For detailed answers and more troubleshooting tips, see our [FAQ Guide](docs/troubleshooting/faq.md).
|
||||
❓ For detailed answers and more troubleshooting tips, see our [FAQ Guide](docs/troubleshooting/faq.md).
|
||||
|
||||
🔧 **Encountering issues?** Visit our [Troubleshooting Guide](docs/troubleshooting/troubleshooting-guide.md) for step-by-step solutions.
|
||||
|
||||
📚 **Need more help?** Check out our [complete documentation](docs/) for detailed guides and troubleshooting tips.
|
||||
|
||||
|
||||
@@ -418,6 +418,13 @@ Zencoder offers support for MCP tools and servers in both its JetBrains and VS C
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>LangChain/LangGraph</strong></summary>
|
||||
|
||||
For LangChain/LangGraph integration examples, see [this example](https://github.com/zilliztech/claude-context/blob/643796a0d30e706a2a0dff3d55621c9b5d831807/evaluation/retrieval/custom.py#L88).
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>Other MCP Clients</strong></summary>
|
||||
|
||||
|
||||
@@ -45,3 +45,15 @@ You can seamlessly use queries like `index this codebase` or `search the main fu
|
||||
|
||||
This makes it effortless to work across multiple projects while maintaining isolated, up-to-date indexes for each codebase.
|
||||
|
||||
## Q: How does Claude Context compare to other coding tools like Serena, Context7, or DeepWiki?
|
||||
|
||||
**A:** Claude Context is specifically focused on **codebase indexing and semantic search**. Here's how we compare:
|
||||
|
||||
- **[Serena](https://github.com/oraios/serena)**: A comprehensive coding agent toolkit with language server integration and symbolic code understanding. Provides broader AI coding capabilities.
|
||||
|
||||
- **[Context7](https://github.com/upstash/context7)**: Focuses on providing up-to-date documentation and code examples to prevent "code hallucination" in LLMs. Targets documentation accuracy.
|
||||
|
||||
- **[DeepWiki](https://docs.devin.ai/work-with-devin/deepwiki-mcp)**: Generates interactive documentation from GitHub repositories. Creates documentation from code.
|
||||
|
||||
**Our focus**: Making your entire codebase searchable and contextually available to AI assistants through efficient vector-based indexing and hybrid search.
|
||||
|
||||
|
||||
@@ -564,6 +564,13 @@ Zencoder offers support for MCP tools and servers in both its JetBrains and VS C
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>LangChain/LangGraph</strong></summary>
|
||||
|
||||
For LangChain/LangGraph integration examples, see [this example](https://github.com/zilliztech/claude-context/blob/643796a0d30e706a2a0dff3d55621c9b5d831807/evaluation/retrieval/custom.py#L88).
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>Other MCP Clients</strong></summary>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user