ai-1st/deepview-mcp
DeepView MCP is a Model Context Protocol server that enables IDEs like Cursor and Windsurf to analyze large codebases using Gemini 2.5 Pro's extensive context window.
Platform-specific configuration:
{
"mcpServers": {
"deepview-mcp": {
"command": "npx",
"args": [
"-y",
"deepview-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...