exa-mcp-server icon indicating copy to clipboard operation
exa-mcp-server copied to clipboard

cursor loss

Open z-x-x136 opened this issue 8 months ago • 1 comments

"exa": { "command": "cmd", "args": ["/c","npx","-y","@smithery/cli","install","exa","--client claude"], "env": { "EXA_API_KEY": "************" }

Image

but

C:\WINDOWS\system32> npx -y @smithery/cli install exa --client claude √ Successfully resolved exa Installing remote server. Please ensure you trust the server author, especially when sharing sensitive data. For information on Smithery's data policy, please visit: https://smithery.ai/docs/data-policy ? The API key for accessing the Exa Search API. (required) ************************************ exa successfully installed for claude

C:\WINDOWS\system32>

z-x-x136 avatar Mar 24 '25 09:03 z-x-x136

@z-x-x136 change the commad to "cmd /c npx -y @smithery/cli@latest install exa" but you will need to setup the EXA_API_KEY

But I would recommend that the same you did for claude to execute for Cursor

npx -y @smithery/cli@latest install exa --client cursor

CoderGamester avatar May 05 '25 12:05 CoderGamester

you can easily install exa mcp in cursor like this:

{ "mcpServers": { "exa": { "type": "http", "url": "https://mcp.exa.ai/mcp", "headers": { } } } }

theishangoswami avatar Nov 06 '25 22:11 theishangoswami