Integrations › Windsurf
Cascade is smart. Verified memory makes it smarter across sessions.
Get API Key →Windsurf's Cascade agent is good at understanding your codebase in-session. But between sessions, context resets. Previous session decisions, failed approaches, and learned preferences don't carry over.
Add to Windsurf MCP config:
{
"mcpServers": {
"verifiedstate": {
"url": "https://mcp.verifiedstate.ai/mcp",
"headers": {
"Authorization": "Bearer vs_live_..."
}
}
}
}
// Cascade now has persistent verified memory
// across all your Windsurf sessions{
"receipt_id": "rct_7f3a...",
"assertion": "User prefers dark mode",
"status": "verified",
"confidence": 0.94,
"signature": "ed25519:a8c3f1...",
"verified_at": "2026-04-06T14:32:01Z",
"chain_position": 42
}| Feature | Without | With VerifiedState |
|---|---|---|
| Between sessions | Context resets | Persistent verified memory |
| Failed approaches | Tried again | Remembered and avoided |
| Preferences | Re-learned each time | Stored with receipts |
Yes. Windsurf supports MCP servers natively. Add the config and restart.
Free: 50,000 assertions/month. No credit card. No trial expiration.