B
Borealis Dataverse MCP
by @jesswhyte
Experimentation and exploration creating an MCP server to search the Borealis dataverse. note: this is a personal project and not affiliated with Borealis.
Created 2/14/2026
Updated 11 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx borealis_dataverse_mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"jesswhyte-borealis-dataverse-mcp": {
"command": "uvx",
"args": [
"borealis_dataverse_mcp"
]
}
}
}