Integrations
Windsurf
Add Nimply to Windsurf's Cascade agent
Connect
- Create an API key in Nimply → Settings → Developers.
- Open Windsurf's MCP settings (Cascade → MCP servers → Manage) or edit
~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"nimply": {
"serverUrl": "https://mcp.nimply.io/mcp",
"headers": {
"Authorization": "Bearer nim_live_YOUR_KEY"
}
}
}
}- Refresh the MCP server list; Nimply's tools become available to Cascade.
If your Windsurf version doesn't support remote servers with headers, use the mcp-remote bridge instead.
Try it
- "Schedule a LinkedIn post about today's release for tomorrow morning via nimply."
Troubleshooting
- Server listed but no tools — hit refresh in the MCP panel after saving the config.
- 401 — check the key; it must start with
nim_live_and be active in Settings → Developers.