Mostly Right for Cursor
md.mostlyright/datasets
Search, sample and query open reproducible datasets published as immutable Parquet with schemas.
client:Cursor
transport:streamable-http
tools:38
Install Mostly Right in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"datasets": {
"url": "https://mostlyright.md/api/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs
What Cursor can do once it is connected
- search_datasets
- get_dataset
- list_tables
- get_table_schema
- sample_rows
- get_download_instructions
- get_access_instructions
- search
- fetch
- query_table
- catalog_search
- list_connected_datasets
- connect_dataset
- create_dataset
- update_dataset
- list_my_datasets
- get_my_dataset
- register_recipe
- propose_revision
- replay_run
- start_run
- confirm_run
- approve_full_run
- cancel_run