Built a local-first context engine for AI coding agents — symbol graph + semantic search, no cloud
Summary
Argyph is an open-source MCP server that provides AI coding agents with structured codebase understanding via a symbol graph and semantic search, running entirely locally with no cloud dependencies.
Similar Articles
archex: local-first, deterministic code-context for AI agents — no API key, no telemetry (Apache 2.0)
archex is a local-first, deterministic tool that builds token-budgeted code context bundles for AI agents, using a full retrieval pipeline (BM25F, local embeddings, cross-encoder reranker, dependency-graph expansion) on your hardware with no API keys or telemetry, outperforming alternatives in recall and efficiency.
I built an Code context graph for Agentic Coding
The author built a code context graph parser that creates a graph from static analysis and exposes it via MCP for AI agents. In a head-to-head comparison with Gemma 4 26B, agents using the graph explored Apache Kafka's request flow in under 2 minutes, while the baseline agent without the graph ran out of rate limits in 6 minutes.
I got tired of AI dev tools trapping everything in the cloud, so I built...
AgentBuddy is a local-first, open-source AI workflow sandbox that enables persistent agent threads, real-time execution traces, and event-driven workflows, with Claude Code integration, aiming to keep AI development local and transparent.
@cathrynlavery: been starting to use codegraph in projects. It builds a local knowledge graph of every symbol, function, and connection…
Codegraph builds a local knowledge graph of every symbol, function, and connection in your code, allowing AI agents to look things up instantly instead of grep-searching, with reported cost and tool call reductions.
@Saboo_Shubham_: This is ACTUALLY context engineering for your AI coding agents. It turns any codebase into an interactive graph your ag…
This tool provides context engineering for AI coding agents by converting any codebase into an interactive graph that agents can query, compatible with Claude Code, Codex, and Antigravity, and is 100% open source.