Connect Exceefy MCP to Windsurf

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

Method 1 Via Windsurf settings (GUI)

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:

  • Name: exceefy
  • URL: https://api.exceefy.com/mcp
  • Type: SSE

Click Save.

3. Enable the server

Make sure the exceefy server is enabled (green toggle). Reload Windsurf if necessary.

Method 2 Via the configuration file

You can also directly edit Windsurf's MCP configuration file:

  • macOS / Linux: ~/.codeium/windsurf/mcp_config.json
  • Windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Add or complete the file with:

{
  "mcpServers": {
    "exceefy": {
      "serverUrl": "https://api.exceefy.com/mcp"
    }
  }
}

Save and restart Windsurf.

Using MCP in Cascade

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.