Execution memory for your AI agents.
Connect Claude, ChatGPT, or any MCP client to Nodepad and your agent can resume where you left off, capture decisions as it works, and keep every board's operating truth current.
Connect
Add this URL as a custom connector in your client. Sign-in happens through secure OAuth in your browser; one account works across Nodepad and InventList. Read-only connections are supported.
Codex
Use a recent Codex build with its RMCP OAuth client enabled. In
~/.codex/config.toml,
configure the connector with Nodepad's exact resource URI:
experimental_use_rmcp_client = true [mcp_servers.nodepad] url = "https://nodepad.tools/mcp" oauth_resource = "https://nodepad.tools/mcp"
Restart Codex completely after saving the configuration, then run:
codex -c experimental_use_rmcp_client=true mcp login nodepad
Approve the browser URL after confirming it contains
resource=. If OAuth returns
invalid_target, the client
omitted the resource indicator; update Codex rather than weakening Nodepad's
audience check. After login succeeds, start a fresh Codex session so the
Nodepad tools are loaded.
What your agent can do
Why it's safe
- OAuth with PKCE; tokens are bound to this exact server and never work anywhere else.
- Removal, unbinding, and promotion require explicit confirmation from you.
- The
mcp_readscope gives an agent read-only access.
Want the full maker workspace too? Connect inventlist.com/connect.