← Back to Feed
Developer asks HN for recommendations on code intelligence MCP servers for AI coding agents, noting the space is fragmen
Developer asks HN for recommendations on code intelligence MCP servers for AI coding agents, noting the space is fragmented with no clear winner for semantic search and symbol lookup.
Original Post
Ask HN: Is there a good code intelligence MCP server yet?
I'm looking for a good code intelligence MCP server (semantic search, symbol lookup, call graphs, etc.) to pair with an AI coding agent. The idea is to give the LLM structured access to the codebase instead of relying purely on grep and file reads.Problem is, the space feels fragmented. There are a handful of options but no clear winner. Has anyone settled on one they're happy with? What sold you on it?
Mainly interested in: how well the agent actually uses the structured data, how painful setup/indexing is, and whether it's worth it over simpler approaches (ripgrep, good project docs, AGENTS.md).