thoughtbox for Cursor
io.github.kastalien-research/thoughtbox
Extended reasoning with structured processes, persistence, and workflow guidance
client:Cursor
transport:stdio
runtime:npm
Install thoughtbox in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"thoughtbox": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kastalien-research/thoughtbox"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs