-
Notifications
You must be signed in to change notification settings - Fork 526
feat: Add Exa MCP Server - AI-powered semantic search integration #321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Himanshu200102
wants to merge
530
commits into
Klavis-AI:main
Choose a base branch
from
Himanshu200102:feat/add-exa-mcp-server
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: Add Exa MCP Server - AI-powered semantic search integration #321
Himanshu200102
wants to merge
530
commits into
Klavis-AI:main
from
Himanshu200102:feat/add-exa-mcp-server
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat/use fern for sdk
Add action for fern sdk generation
rm old sdk action
fern/update generator
add get oauth url endpoint to sdk
add release step in action
override fern config for api key
update enum config for fern
override api key for fern sdk
add openai example
…ethod_name customize sdk name
Co-authored-by: Zihao Lin <[email protected]>
Ouath Docs for Asana merged.
- Implements 5 atomic tools for intelligent content discovery - Neural search capabilities via Exa API integration - Tools: search_web, find_similar_content, search_recent_content, search_academic_content, get_page_contents - Comprehensive documentation with setup instructions - Complete proof of correctness videos for all tools - Production-ready error handling and configuration - Extensive test suite with integration and unit tests - Web demo interface for easy testing and demonstration Addresses Klavis AI assignment requirements for MCP server development.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses Klavis AI assignment requirements for MCP server development.
Description
This PR contributes a comprehensive MCP server for Exa's AI-powered search API, enabling intelligent, semantic content discovery for AI agents. The implementation follows Klavis AI's development philosophy of atomic, well-designed tools that provide clear vocabulary for AI interaction.
Key Implementation Highlights:
Tools Implemented:
search_web- General semantic web search with neural understandingfind_similar_content- Content similarity discovery using AI embeddingssearch_recent_content- Time-filtered search for fresh, up-to-date informationsearch_academic_content- Scholarly content search with academic source filteringget_page_contents- Full content extraction with AI-generated summariesRelated issue
Addresses Klavis AI Founding Engineer assignment - MCP server development task for Exa API integration.
Type of change
How has this been tested?
(Add screenshots or recordings here if applicable.)
Comprehensive Testing Strategy:
Video Proof of Correctness :
Videos are available in klavis\mcp_servers\exa\examples\proof_of_correctness/
1 - Intro.mp4- Server overview and tool explanations2 - AI Web Search.mp4- Natural language web search demonstration3 - Find Similar Content.mp4- Semantic similarity discovery4 - Recent Content Search.mp4- Time-filtered search capabilities5 - Academic Search.mp4- Scholarly content discovery6 - Extract Content.mp4- Full content extraction and analysisEach video demonstrates:
Automated Test Suite:
Manual Testing:
Real-World Validation:
Checklist