All activity
CodeSpine is a Python MCP server that indexes your Java project once and serves structural info to AI agents on demand. Instead of reading 30 files per query, it makes one MCP call and returns caller trees, impact paths, dead code reports, and execution flows. Features: hybrid BM25+fuzzy search, git change coupling, multi-module support, dirty overlay for in-progress edits. Zero hallucinations, 90% fewer tokens. MIT licensed.

CodeSpineMCP server for AI agents to understand Java codebase
Vinayak Sleft a comment
Hey Product Hunt! I built CodeSpine after getting frustrated with AI coding assistants hallucinating method signatures and missing cross-module dependencies in my Java monorepo. The core insight: AI agents don't need to read your entire codebase — they need a structured index they can query on demand. CodeSpine indexes your project once and exposes it via MCP (Model Context Protocol), so...

CodeSpineMCP server for AI agents to understand Java codebase
