Catalog
io.github.mindcase-co/mindcase
OfficialMindcase
Access 30+ data collection agents from Claude with natural language.
Access 30+ data collection agents through natural language queries.
README not available yet.
Install
Configuration
Environment variables
MINDCASE_API_KEYrequiredsecretYour Mindcase API key from app.mindcase.co
claude_desktop_config.json
{
"mcpServers": {
"mindcase": {
"command": "uvx",
"args": [
"mindcase-mcp"
],
"env": {
"MINDCASE_API_KEY": "<YOUR_MINDCASE_API_KEY>"
}
}
}
}