Windsurf
Persistent memory for Windsurf IDE
Windsurf supports MCP servers through Cascade. Add GrantAi to give your Windsurf AI persistent memory across sessions.
1. Install GrantAi
Download and run the installer for your platform from the download page.
Go to Download Page2. Open Windsurf MCP Settings
You can add MCP servers from the MCP Marketplace in Windsurf, or edit the config file directly:
macOS
~/.codeium/windsurf/mcp_config.jsonWindows
%USERPROFILE%\.codeium\windsurf\mcp_config.jsonmacOS Configuration
Add this to your MCP config. Replace YOUR_USERNAME with your macOS username.
{
"mcpServers": {
"grantai": {
"command": "/Users/YOUR_USERNAME/.grantai/bin/grantai-mcp"
}
}
}Windows Configuration
Windows uses a fixed installation path.
{
"mcpServers": {
"grantai": {
"command": "C:\\GrantAi\\bin\\grantai-mcp.exe"
}
}
}Restart Windsurf
After editing the config, restart Windsurf. GrantAi memory tools will be available when using Cascade.
Official Documentation
For the latest MCP configuration options, check Windsurf's official documentation:
Windsurf MCP Documentation