mcp

6 articles

← All topics

codebase-memory-mcp: zero-dep code intelligence
codebase-memory-mcpmcpmodel-context-protocoltree-sitterknowledge-graph+12

codebase-memory-mcp is a pure-C, single-binary MCP server that indexes a codebase into a persistent Tree-Sitter knowledge graph in milliseconds and replaces dozens of file-by-file read cycles with a handful of structured MCP queries. As of 2026-06-24 it sits at 13,355 GitHub stars with 5,604 tests passing, MIT-licensed, supports 11 coding agents, and is backed by an arXiv preprint (arXiv:2603.27277) that benchmarks 83% answer quality at 10× fewer tokens and 2.1× fewer tool calls versus file-by-file exploration across 31 real-world repositories. The article is a builder-focused tool piece, not a news event.

Headroom: open-source token compression for AI agents
headroomai-agentstoken-optimizationcontext-compressionmcp+13

On 2026-06-22, the open-source project Headroom shipped v0.27.0, a release that adds `headroom update`, `headroom doctor`, and a hot-reload path for live proxy env knobs. The repository (headroomlabs-ai/headroom on GitHub) reached 48,803 stars, 3,406 forks, and 368 open issues on 2026-06-24, six months after its first commit on 2026-01-07. The project compresses tool outputs, logs, RAG chunks, files, and conversation history before they reach an LLM, with published benchmarks of 92% token reduction on code search, 92% on SRE incident debugging, 73% on GitHub issue triage, and 47% on codebase exploration. Accuracy on GSM8K, TruthfulQA, SQuAD v2, and BFCL is preserved or improved. Headroom is Apache 2.0 licensed, runs locally, and exposes a library, a proxy, an agent wrapper, and an MCP server. v0.27.0 also adds `headroom mcp install`, tabular `.xlsx/.xls` compression, and Cortex Code (Snowflake CoCo) to the supported agent list.

caveman: Julius Brussee's terse-output skill
open-sourcetypescriptclaude-codecodexgemini+21

GitHub repo JuliusBrussee/caveman — a TypeScript Claude Code / Codex / Gemini / Cursor skill that asks the agent to talk like a caveman. 74,940 stars and 4,230 forks as of 2026-06-20, MIT, 15 releases (latest v1.9.0 on 2026-06-12). Project-published benchmark of 10 real Claude API prompts shows 65% average output-token reduction (range 22–87%); caveman-compress sub-skill cuts 46% of tokens from real memory files. The README's own Important box is the lead caveat: caveman only affects output tokens — thinking/reasoning tokens are untouched.

Google Launches Gemini Spark: 24/7 Personal AI Agent
googlegeminigemini-sparkantigravitygemini-3-5+15

On May 19, 2026, Google announced Gemini Spark, a 24/7 personal AI agent on Gemini 3.5 and the Antigravity harness, deeply integrated with Workspace (Gmail, Docs, Slides) and connected to Canva, OpenTable, and Instacart via MCP. Rollout: trusted testers in the week of May 19, then U.S. Google AI Ultra Beta; macOS app and roadmap features (texting, custom sub-agents, local browser) ship 'later this summer'.

smolagents: Hugging Face Agents Code in Python, Not JSON
huggingfacesmolagentsagentcode-agentopen-source+5

The Hugging Face library for building LLM agents where actions are executable Python snippets, not JSON dictionaries. 27.8k stars, Apache 2.0, latest release v1.26.0 from May 29, 2026. Mandatory sandbox for code execution.

didilili/ai-agents-from-zero: Chinese MIT AI Agent Guide
open-sourcelangchainlanggraphmcprag+6

MIT Chinese repository (Datawhale) with 27 chapters on LangChain, LangGraph, MCP, RAG, Skills, and fine-tuning. 1,914 stars, 254 forks, two completed projects as of May 2026. Language barrier explicitly acknowledged.