Odel
thoughtbox

thoughtbox

Local
@kastalien-research64TypeScriptMITUpdated 1mo ago

Extended reasoning with structured processes, persistence, and workflow guidance

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@kastalien-research/thoughtboxv1.0.3

Run

npx -y @kastalien-research/thoughtbox

MCP client config

{
  "mcpServers": {
    "thoughtbox": {
      "command": "npx",
      "args": [
        "-y",
        "@kastalien-research/thoughtbox"
      ]
    }
  }
}