nodepad.tools / connect

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

https://nodepad.tools/mcp

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

Resume — load board context and pick up exactly where work stopped
Capture — file decisions, ideas, and blockers through the canonical grammar
Nodes & projects — read and shape the board's structure
Bindings — route repo work to the right board automatically
History — read node, note, and version history
Runbooks — keep each board and node's operating truth and checklist
Roadmap promotion — promote a node into a roadmap, with confirmation

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_read scope gives an agent read-only access.

Want the full maker workspace too? Connect inventlist.com/connect.