Cascade reads the runbook
Ops steps and coding standards become pages the agent can open, not a PDF nobody attaches.
Codeium · Coding agents
Cascade can plan across your whole repo — now let it plan with your company’s approved knowledge too. Add the registry once in mcp_config.json and Cascade browses your page set whenever a task touches policy, architecture, or process.
Why pair them
Ops steps and coding standards become pages the agent can open, not a PDF nobody attaches.
Only published pages in the agent page set are visible. Drafts stay private.
Every browse and get_page call shows up in the request log with latency and pages hit.
Setup
You need two values from an agent page in Memrio: the workspace MCP URL and an API key. Examples use https://memrio.ai/api/mcp/acme — swap in yours.
In Windsurf go to Settings → Cascade → MCP Servers → View raw config, or edit ~/.codeium/windsurf/mcp_config.json directly.
Windsurf uses serverUrl for remote servers. Headers are sent with every request.
{
"mcpServers": {
"memrio": {
"serverUrl": "https://memrio.ai/api/mcp/acme",
"headers": {
"Authorization": "Bearer mr_live_8f3a…"
}
}
}
}Click Refresh in the MCP panel. Ask Cascade something your registry answers and watch it call browse, then get_page.
Try it
“Browse the registry for our database migration policy before you write this migration.”
FAQ
Other integrations