Developer Integration
Bring Datasive into your IDE
Use the Model Context Protocol (MCP) to run Datasive decision workflows inside Claude, Cursor, or VS Code. are specialist workflows; a is the board brief with options, impact, and an owner.
Quick Start
Sample configuration for Claude Desktop.
// claude_desktop_config.json
{
"mcpServers": {
"datasive": {
"command": "npx",
"args": ["-y", "@datasive/mcp-server"],
"env": {
"DATASIVE_API_KEY": "your-api-key"
}
}
}
}Workflows available via MCP
- datasive_maturity_audit — Run a data maturity audit
- datasive_risk_register — Generate an AI risk register
- datasive_decision_pack — Build a Decision Pack on a topic
- datasive_stack_analysis — Analyze and optimize the data stack
- datasive_use_case_portfolio — Prioritize use cases by impact
- datasive_roadmap — Generate a 90-day data roadmap
- datasive_board_slides — Produce board-ready slides
Pricing
Free: same limits as the web tier. Pro: unlimited access included. Enterprise: custom workflows and on-premise options.