Kin: An MCP Server That Answers From a Standing Code Graph
troyjr4103 · reddit · 2026-08-07
A developer introduced Kin, an open-source MCP server designed to stop AI coding agents from reconstructing the codebase from text every session.
- Core Mechanism: Kin maintains the repository structure as a graph. The agent queries the graph via the MCP server instead of relying on raw file searches.
- Integrations: Automatically configures clients like Claude Code, Cursor, and Codex CLI. It curates 18 essential tools (e.g., semanticlocate, getcontextpack) for the agent.
- Evidence Metadata: Results carry metadata indicating whether a hit matched by name or vector cosine, preventing confidently wrong answers on misses.
- Limitations: Currently in public alpha, it has known coverage gaps in Rust type declarations, and the first query after indexing can block for a few minutes.
The project is open-source under Apache-2.0.
More from coding & agent
- Claude Skills Masterclass: From Single Prompt to Full Repo and Beyond — aakashgupta · 2026-08-07
- Cloudflare Launches Kitesurf: A Headless Browser Built for AI Agents — dinasaur_404 · 2026-08-07
- Stripe hires engineers to build tools for AI agents to buy software autonomously — jeff_weinstein · 2026-08-07
- Seamless MiniMax H3 Video Chaining: Motion and Audio Continue Across Clips — Sad_Berry_4621 · 2026-08-07
- Extracting Meta Agent System Prompts Boosts Cline Bug-Fixing Efficiency — alejandroll10 · 2026-08-07
- Aeon: A Fully Autonomous Agent Framework Without Approval Loops — tom_doerr · 2026-08-07