Integrate your Exceefy data directly into Windsurf via the MCP protocol.
This guide explains how to connect the Exceefy MCP server to Windsurf by Codeium.
Exceefy MCP server URL:
https://api.exceefy.com/mcp
1. Open the MCP settings
In Windsurf, go to:
Windsurf > Settings > MCP Servers (or Cascade > Configure MCP)
2. Add a new server
Click Add Server and fill in:
exceefyhttps://api.exceefy.com/mcpSSEClick Save.
3. Enable the server
Make sure the exceefy server is enabled (green toggle). Reload Windsurf if necessary.
You can also directly edit Windsurf's MCP configuration file:
~/.codeium/windsurf/mcp_config.json%USERPROFILE%\.codeium\windsurf\mcp_config.jsonAdd or complete the file with:
{
"mcpServers": {
"exceefy": {
"serverUrl": "https://api.exceefy.com/mcp"
}
}
}
Save and restart Windsurf.
Once the server is connected, open the Cascade panel in Windsurf and ask:
"Show me the risk analysis of my Exceefy portfolio"
Cascade will automatically use the Exceefy server to respond with your real-time data.
💡 Check out the article Does Exceefy have an MCP server? to discover all compatible tools.