Dossier — Google Gemini Deep Research as an MCP server. Durable background runs, spend control, context-safe report reading, and citation verification.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"dossier-research-mcp": {
"command": "npx",
"args": [
"-y",
"fledgeling-co/dossier-research-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add dossier-research-mcp npx -y fledgeling-co/dossier-research-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"dossier-research-mcp": {
"command": "npx",
"args": [
"-y",
"fledgeling-co/dossier-research-mcp"
]
}
}
}
📋 Copy