Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99d7387

Browse files
committed
add more docs details
Signed-off-by: ChengZi <[email protected]>
1 parent 643796a commit 99d7387

4 files changed

Lines changed: 37 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,13 @@ Zencoder offers support for MCP tools and servers in both its JetBrains and VS C
402402

403403
</details>
404404

405+
<details>
406+
<summary><strong>LangChain/LangGraph</strong></summary>
407+
408+
For LangChain/LangGraph integration examples, see [this example](https://github.com/zilliztech/claude-context/blob/643796a0d30e706a2a0dff3d55621c9b5d831807/evaluation/retrieval/custom.py#L88).
409+
410+
</details>
411+
405412

406413
<details>
407414
<summary><strong>Other MCP Clients</strong></summary>
@@ -619,8 +626,11 @@ For detailed evaluation methodology and results, see the [evaluation directory](
619626
- **[What files does Claude Context decide to embed?](docs/troubleshooting/faq.md#q-what-files-does-claude-context-decide-to-embed)**
620627
- **[Can I use a fully local deployment setup?](docs/troubleshooting/faq.md#q-can-i-use-a-fully-local-deployment-setup)**
621628
- **[Does it support multiple projects / codebases?](docs/troubleshooting/faq.md#q-does-it-support-multiple-projects--codebases)**
629+
- **[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)**
630+
631+
❓ For detailed answers and more troubleshooting tips, see our [FAQ Guide](docs/troubleshooting/faq.md).
622632

623-
For detailed answers and more troubleshooting tips, see our [FAQ Guide](docs/troubleshooting/faq.md).
633+
🔧 **Encountering issues?** Visit our [Troubleshooting Guide](docs/troubleshooting/troubleshooting-guide.md) for step-by-step solutions.
624634

625635
📚 **Need more help?** Check out our [complete documentation](docs/) for detailed guides and troubleshooting tips.
626636

docs/getting-started/quick-start.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,13 @@ Zencoder offers support for MCP tools and servers in both its JetBrains and VS C
418418

419419
</details>
420420

421+
<details>
422+
<summary><strong>LangChain/LangGraph</strong></summary>
423+
424+
For LangChain/LangGraph integration examples, see [this example](https://github.com/zilliztech/claude-context/blob/643796a0d30e706a2a0dff3d55621c9b5d831807/evaluation/retrieval/custom.py#L88).
425+
426+
</details>
427+
421428
<details>
422429
<summary><strong>Other MCP Clients</strong></summary>
423430

docs/troubleshooting/faq.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,15 @@ You can seamlessly use queries like `index this codebase` or `search the main fu
4545

4646
This makes it effortless to work across multiple projects while maintaining isolated, up-to-date indexes for each codebase.
4747

48+
## Q: How does Claude Context compare to other coding tools like Serena, Context7, or DeepWiki?
49+
50+
**A:** Claude Context is specifically focused on **codebase indexing and semantic search**. Here's how we compare:
51+
52+
- **[Serena](https://github.com/oraios/serena)**: A comprehensive coding agent toolkit with language server integration and symbolic code understanding. Provides broader AI coding capabilities.
53+
54+
- **[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.
55+
56+
- **[DeepWiki](https://docs.devin.ai/work-with-devin/deepwiki-mcp)**: Generates interactive documentation from GitHub repositories. Creates documentation from code.
57+
58+
**Our focus**: Making your entire codebase searchable and contextually available to AI assistants through efficient vector-based indexing and hybrid search.
59+

packages/mcp/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,13 @@ Zencoder offers support for MCP tools and servers in both its JetBrains and VS C
564564

565565
</details>
566566

567+
<details>
568+
<summary><strong>LangChain/LangGraph</strong></summary>
569+
570+
For LangChain/LangGraph integration examples, see [this example](https://github.com/zilliztech/claude-context/blob/643796a0d30e706a2a0dff3d55621c9b5d831807/evaluation/retrieval/custom.py#L88).
571+
572+
</details>
573+
567574
<details>
568575
<summary><strong>Other MCP Clients</strong></summary>
569576

0 commit comments

Comments
 (0)