Skip to content
Zed

cortexpad for Zed

com.cortexpad/cortexpad

Google Keep-style notes app with an MCP server for AI agents to read/write notes.

client:Zed transport:streamable-http

Install cortexpad in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "cortexpad": {
      "url": "https://api.cortexpad.com/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

cortexpad in other clients