repolens-mcp

jupiter-ai0211/repolens-mcp
★ 0 stars Unknown language AI/LLM Updated today
A local MCP server for VS Code that helps AI agents understand your repo safely through read-only project inspection tools.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "repolens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jupiter-ai0211/repolens-mcp"
      ]
    }
  }
}

README Excerpt

> Give AI agents a safe lens into your codebase. RepoLens MCP is a VS Code extension that ships a local [Model Context Protocol](https://modelcontextprotocol.io) server called **`repolens`**. It gives VS Code AI agents focused, **read-only** tools to inspect a project: structure, scripts, `.env` gaps, TODOs, framework detection, and large files — without

Tools (7)

SECURITYcompare_env_filesdetect_project_stackfind_large_filesfind_todosget_project_overviewinspect_package_scripts