DeepView MCPServer

ai-1st
GitHub
Code AnalysisDeveloper ToolsAI

Loading subscription status...

💡 Description

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.

📝 JSON Entries

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

🛠️ Tools

deepview

Features

  • Load an entire codebase from a single text file.
  • Query the codebase using Gemini's large context window.
  • Connect to IDEs that support the MCP protocol.

💬 Example Queries

  • What are the main functions in the codebase?
  • How is the database structured?
  • Can you summarize the main workflow in the application's code?