Back to directory
ai-1st/deepview-mcp

ai-1st/deepview-mcp

@ai-1st

DeepView MCP is a Model Context Protocol server that enables IDEs like Cursor and Windsurf to analyze large codebases using Gemini's extensive context window.

codebaseanalysisgeminiidecursorwindsurfcontextmcp

Installation & Configuration

{
  "mcpServers": {
    "deepview": {
      "command": "deepview-mcp",
      "args": [],
      "env": {
        "GEMINI_API_KEY": "your_gemini_api_key"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13