Mostly Right for Zed
md.mostlyright/datasets
Search, sample and query open reproducible datasets published as immutable Parquet with schemas.
client:Zed
transport:streamable-http
tools:38
Install Mostly Right in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"datasets": {
"url": "https://mostlyright.md/api/mcp"
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs
What Zed 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