-
Notifications
You must be signed in to change notification settings - Fork 303
Expand file tree
/
Copy pathserver.json
More file actions
20 lines (20 loc) · 915 Bytes
/
server.json
File metadata and controls
20 lines (20 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.exa-labs/exa-mcp-server",
"description": "MCP server with Exa for web search and web crawling. Exa is the search engine for AI Applications.",
"version": "3.1.9",
"packages": [
{
"registryType": "npm",
"identifier": "exa-mcp-server",
"version": "3.1.9"
}
],
"remotes": [
{
"type": "sse",
"url": "https://mcp.exa.ai/mcp?tools=web_search_exa,web_search_advanced_exa,get_code_context_exa,crawling_exa,company_research_exa,people_search_exa,linkedin_search_exa,deep_researcher_start,deep_researcher_check",
"description": "Hosted Exa MCP server with web search and web crawling capabilities. Get the API key from https://dashboard.exa.ai/api-keys. Customize the tools parameter to enable only specific tools (comma-separated list)."
}
]
}