cortexpad for VS Code
com.cortexpad/cortexpad
Google Keep-style notes app with an MCP server for AI agents to read/write notes.
client:VS Code
transport:streamable-http
Install cortexpad in VS Code
.vscode/mcp.json
{
"servers": {
"cortexpad": {
"type": "http",
"url": "https://api.cortexpad.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs