Analyze large codebases using Gemini's 1M context window. Perfect for IDEs like Cursor and Windsurf to understand entire projects.
npx -y deepview-mcp
```json
{
"mcpServers": {
"deepview": {
"command": "npx",
"args": ["-y", "deepview-mcp"],
"env": { "GEMINI_API_KEY": "your-key" }
}
}
}
```
analyze_codebasesearch_codeexplain_architectureAnalyze large codebases using Gemini's 1M context window. Perfect for IDEs like Cursor and Windsurf to understand entire projects.
Language: TypeScript
Category: AI & ML