tsbootstrap for Cursor
io.github.astrogilda/tsbootstrap
Read-only time-series bootstrap server: diagnose a series and compute confidence intervals.
client:Cursor
transport:stdio
runtime:pypi
Install tsbootstrap in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tsbootstrap": {
"type": "stdio",
"command": "uvx",
"args": [
"tsbootstrap"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs