Comparison
exa-mcp-server vs cherche
Verdict
Pick exa-mcp-server if the exa-mcp-server is centered around web search and crawling activities using TypeScript, leveraging the Model Context Protocol (MCP) for its operations; pick cherche if cherche is a Python library for implementing neural search capabilities.
Markdown twin · exa-mcp-server alternatives · cherche alternatives
GraphCanon updated 1d
Trust & integrity
| Signal | exa-mcp-server | cherche |
|---|---|---|
| Maintenance | Very active (2d since push) As of 4w · github_public_v1 | Dormant (812d since push) As of 1d · github_public_v1 |
| Provenance | Not a fork · Organization account As of 4w · github_public_v1 | Not a fork · Personal account As of 1d · github_public_v1 |
| OSV dependency advisories | No lockfile (source not queried) As of 1mo · osv@v1 | No lockfile (source not queried) As of 1mo · osv@v1 |
| deps.dev advisories | Not queried deps.dev@v1 | Not queried deps.dev@v1 |
| OpenSSF Scorecard | Not queried openssf-scorecard@v1 | Not queried openssf-scorecard@v1 |
Tagline
- exa-mcp-server
- Platform for web search and crawling using Model Context Protocol.
- cherche
- Neural Search
Stars
- exa-mcp-server
- 4.8k
- cherche
- 332
Forks
- exa-mcp-server
- 362
- cherche
- 14
Open issues
- exa-mcp-server
- 39
- cherche
- 4
Language
- exa-mcp-server
- TypeScript
- cherche
- Python
Adopt for
- exa-mcp-server
- The exa-mcp-server is centered around web search and crawling activities using TypeScript, leveraging the Model Context Protocol (MCP) for its operations.
- cherche
- Cherche is a Python library for implementing neural search capabilities.
Persona
- exa-mcp-server
- -
- cherche
- -
Runtime
- exa-mcp-server
- -
- cherche
- -
License
- exa-mcp-server
- MIT
- cherche
- MIT
Last pushed
- exa-mcp-server
- Jul 24, 2026
- cherche
- Jun 1, 2024
Categories
- exa-mcp-server
- Data & Retrieval
- cherche
- Data & Retrieval, Evaluation & Observability, Vector Databases
Trust and health
Maintenance
- exa-mcp-server
- Very active (96%)
- cherche
- Dormant (18%)
Days since push
- exa-mcp-server
- 2d
- cherche
- 812d
Open issues (now)
- exa-mcp-server
- 39
- cherche
- 4
Stars delta
- exa-mcp-server
- Unknown
- cherche
- 0 (30d)
Open issues delta
- exa-mcp-server
- Unknown
- cherche
- 0 (30d)
Owner type
- exa-mcp-server
- Organization
- cherche
- User
Full report
- exa-mcp-server
- Trust report
- cherche
- Trust report
Choose exa-mcp-server if…
- exa-mcp-server is primarily TypeScript; cherche is Python.
- Tags unique to exa-mcp-server: code-search, crawling, model-context-protocol, web-search.
- exa-mcp-server ships Docker support for self-hosted deployment.
- exa-mcp-server ships an MCP server manifest.
- Use when needing a specialized platform for web searches and crawls that integrates with MCP.
When NOT to use exa-mcp-server
- Avoid for environments strictly requiring support from languages other than TypeScript as there is no alternative language implementation available in the repository.
- Not recommended for scenarios where integration with technologies outside of MCP is essential to workflow as this server tightly binds operations to the MCP.
Choose cherche if…
- cherche is primarily Python; exa-mcp-server is TypeScript.
- Tags unique to cherche: bm25, flashtext, information-retrieval, machine-learning.
- Also covers Evaluation & Observability, Vector Databases.
- Cherche is a Python library for implementing neural search capabilities.
When NOT to use cherche
- Last GitHub push was 813 days ago (dormant maintenance, Jun 1, 2024). Validate activity before betting a new project on cherche.
- Data & Retrieval: Skip a heavy ingestion framework when your corpus is small and static; a script plus the embedding API is enough.
- Evaluation & Observability: Defer heavyweight eval infra only until you have real traffic - never skip it once users depend on answers.
- Vector Databases: Don't reach for a dedicated vector DB under ~100k vectors; pgvector on your existing Postgres is simpler to operate.
Explore
Sources
Every stat on this page traces to a dated GitHub sync, license file, enrichment field, or trust scan.
- GitHub stars (exa-labs/exa-mcp-server) · observed Jul 26, 2026
- GitHub forks (exa-labs/exa-mcp-server) · observed Jul 26, 2026
- Last push (exa-labs/exa-mcp-server) · observed Jul 24, 2026
- License file (MIT) · observed Jul 26, 2026
- Decision facts (enrichment) · observed Jul 17, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
- GitHub stars (raphaelsty/cherche) · observed Aug 23, 2026
- GitHub forks (raphaelsty/cherche) · observed Aug 23, 2026
- Last push (raphaelsty/cherche) · observed Jun 1, 2024
- License file (MIT) · observed Aug 23, 2026
- Decision facts (enrichment) · observed Jul 11, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
GitHub stars on cards: exa-mcp-server 4.8k · cherche 332 (synced Jul 26, 2026).
Common questions
- What is the difference between exa-mcp-server and cherche?
- exa-mcp-server: Platform for web search and crawling using Model Context Protocol.. cherche: Neural Search. See the comparison table for live GitHub stats and shared categories.
- When should I choose exa-mcp-server over cherche?
- Choose exa-mcp-server over cherche when exa-mcp-server is primarily TypeScript; cherche is Python; Tags unique to exa-mcp-server: code-search, crawling, model-context-protocol, web-search; exa-mcp-server ships Docker support for self-hosted deployment; exa-mcp-server ships an MCP server manifest; Use when needing a specialized platform for web searches and crawls that integrates with MCP.
- When should I choose cherche over exa-mcp-server?
- Choose cherche over exa-mcp-server when cherche is primarily Python; exa-mcp-server is TypeScript; Tags unique to cherche: bm25, flashtext, information-retrieval, machine-learning; Also covers Evaluation & Observability, Vector Databases; Cherche is a Python library for implementing neural search capabilities.
- When should I avoid exa-mcp-server?
- Avoid for environments strictly requiring support from languages other than TypeScript as there is no alternative language implementation available in the repository. Not recommended for scenarios where integration with technologies outside of MCP is essential to workflow as this server tightly binds operations to the MCP.
- When should I avoid cherche?
- Last GitHub push was 813 days ago (dormant maintenance, Jun 1, 2024). Validate activity before betting a new project on cherche. Data & Retrieval: Skip a heavy ingestion framework when your corpus is small and static; a script plus the embedding API is enough. Evaluation & Observability: Defer heavyweight eval infra only until you have real traffic - never skip it once users depend on answers. Vector Databases: Don't reach for a dedicated vector DB under ~100k vectors; pgvector on your existing Postgres is simpler to operate.
- Is exa-mcp-server or cherche more popular on GitHub?
- exa-mcp-server has more GitHub stars (4,777 vs 332). Stars measure visibility, not whether either tool fits your constraints.
- Are exa-mcp-server and cherche open source?
- Yes - both are open-source projects on GitHub (exa-mcp-server: MIT, cherche: MIT).
- Where can I find alternatives to exa-mcp-server or cherche?
- GraphCanon lists graph-backed alternatives at exa-mcp-server alternatives and cherche alternatives (exa-mcp-server markdown twin, cherche markdown twin), ranked by typed relationship edges rather than popularity votes.
- Is there a machine-readable version of this comparison?
- Yes. The markdown twin at this comparison mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.
- Which is better maintained, exa-mcp-server or cherche?
- exa-mcp-server: Very active. cherche: Dormant. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.
- Where are the full trust reports for exa-mcp-server and cherche?
- GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: exa-mcp-server trust report; cherche trust report.