Vincent Ouwendijk’s Post

New year, new project! 🚀 I spent the last few weeks building coden-retriever — a lightweight Python tool designed to help you understand codebases in a quick and efficient way. What can it do? 🔥 Detect refactoring hotspots (find where the technical debt is hiding) 🔍 Semantic search — without needing a heavy vector DB 🏗️ Map architecture by highlighting key components instantly 🤖 MCP Server (Add its tools to GitHub Copilot, Windsurf, Cursor, Claude Code, etc.) 🕵️ Agent-mode powered by local LLMs How to get started: $ pip install coden-retriever # find all refactoring hotspots in your code: $ coden /path/to/code -H # find the key components in your codebase: $ coden /path/to/code --stats -r # activate agent-mode: $ coden -a 🌍 Multi-language support: Python, Go, Rust, TypeScript, Java, C/C++, and more. I would love to get your feedback! Let me know what you think. 👇 GitHub: https://lnkd.in/eM-Yt-mi PyPI: https://lnkd.in/eJFH2J7V #python #opensource #developertools #coding #MCP #softwareengineering

  • No alternative text description for this image

To view or add a comment, sign in

Explore content categories