We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/exa-labs/exa-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
server.json•675 B
{
"$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.0.7",
"packages": [
{
"registryType": "npm",
"identifier": "exa-mcp-server",
"version": "3.0.7"
}
],
"remotes": [
{
"type": "sse",
"url": "https://mcp.exa.ai/mcp?exaApiKey=your-exa-api-key",
"description": "Hosted Exa MCP server with web search and web crawling capabilities. Get the API key from https://dashboard.exa.ai/api-keys"
}
]
}