AI INTELLIGENCE / DAILY SIGNAL
0011011011
2026-06-26 / GITHUB SIGNAL

GitHub Trending Digest — June 26, 2026

DeusData/codebase-memory-mcp — MCP server that indexes entire codebases into persistent knowledge graphs. Indexes the Linux kernel (28M LOC) in 3 minutes, answers structural queries in <1ms, claims 99% token reduction vs...

BRIEFING STRUCTURE20 SIGNALS

Inside this digest

  • Hottest Repos
  • AI & ML
  • Developer Tools
  • Hidden Gems
  • Notable Trends
← Back to archive

Hottest Repos

  • DeusData/codebase-memory-mcp — MCP server that indexes entire codebases into persistent knowledge graphs. Indexes the Linux kernel (28M LOC) in 3 minutes, answers structural queries in <1ms, claims 99% token reduction vs file-by-file exploration. 158 languages, zero dependencies, single static binary. +8,024 stars this week (15.5k total). The codebase understanding tool every agent needs. https://github.com/DeusData/codebase-memory-mcp

  • calesthio/OpenMontage — Agentic video production system, still on a tear. Day 2 on the chart and showing no signs of slowing. +15,793 stars this week (23.5k total). Now claims 500+ agent skills (up from 400+ yesterday). https://github.com/calesthio/OpenMontage

  • google-labs-code/design.md — Visual identity spec for coding agents keeps climbing. +2,319 today (21k total). Becoming the de facto standard for telling agents what your brand looks like. https://github.com/google-labs-code/design.md

  • xbtlin/ai-berkshire — Value investing research framework built on Claude Code. 16 structured skills, 4 AI agents embodying Buffett/Munger/Li Lu/Duan Yongping methodologies. Claims 69% returns in 2024, 66% YTD 2025. +1,270 today (3k total). New entry — finance meets agent skills. https://github.com/xbtlin/ai-berkshire

  • mauriceboe/TREK — Self-hosted trip planner with real-time collaboration, interactive maps, expense splitting, and a built-in MCP server (150+ tools). Think Wanderlog but open-source. +1,063 today (7.6k total). https://github.com/mauriceboe/TREK

AI & ML

  • topoteretes/cognee — Open-source AI memory platform with a remember/recall/forget/improve API. Runs the whole memory layer on Postgres with pgvector — no separate vector DB needed. Growing quietly into essential agent infrastructure. +755 today (23.2k total). https://github.com/topoteretes/cognee

  • safishamsi/graphify — Converts entire project folders into queryable knowledge graphs. 36+ languages via tree-sitter, handles PDFs, SQL schemas, Terraform. Identifies "god nodes" and cross-module connections. +504 today (72.5k total). https://github.com/safishamsi/graphify

  • jamiepine/voicebox — Open-source ElevenLabs alternative. Local-first voice cloning, 7 TTS engines, zero-shot cloning, dictation, multi-track editor. MCP server for coding agents so you can literally hear which tool is speaking. Tauri + FastAPI. +3,688 stars this week (34.5k total). https://github.com/jamiepine/voicebox

  • alibaba/page-agent — In-page JavaScript GUI agent from Alibaba. Natural language → DOM manipulation, no headless browser required. Lightweight alternative to screenshot-based agents. +554 today (20.2k total). https://github.com/alibaba/page-agent

  • opendatalab/MinerU — PDF/Office → LLM-ready markdown. Still climbing steadily as the standard RAG preprocessing tool. +944 today (70.3k total). https://github.com/opendatalab/MinerU

Developer Tools

  • kunchenguid/no-mistakes — Git push proxy that intercepts pushes and runs validation (review, tests, lint, docs) in an isolated worktree before anything reaches remote. AI-agnostic — works with Claude, Codex, Copilot, etc. +412 today (3.4k total). Clever idea for the "agents pushing code" era. https://github.com/kunchenguid/no-mistakes

  • tashfeenahmed/freellmapi — OpenAI-compatible proxy stacking free tiers from 16 LLM providers (~1.7B tokens/month). Automatic failover, per-key rate tracking, sticky sessions, encrypted key storage. Desktop tray app included. +586 today (13.1k total). https://github.com/tashfeenahmed/freellmapi

  • aws/agent-toolkit-for-aws — Official AWS MCP server covering all 300+ AWS services through a single authenticated endpoint. Four plugin bundles (core, agents, data-analytics, devsecops). Just 2 months old. +238 today (1.3k total). https://github.com/aws/agent-toolkit-for-aws

  • every-app/open-seo — Open-source Semrush/Ahrefs alternative. BYO DataForSEO API key, pay ~$1.20/month for 100 keywords instead of $99+ subscriptions. Has MCP server for agent-driven SEO analysis. +635 today (3k total). https://github.com/every-app/open-seo

  • anomalyco/opencode — Open-source coding agent continuing its climb. +631 today (179k total). The juggernaut keeps rolling. https://github.com/anomalyco/opencode

Hidden Gems

  • xbtlin/ai-berkshire (3k stars) — Most agent skill repos are generic. This one encodes specific investment philosophies from four legendary investors into structured multi-agent research workflows. The claimed returns are eyebrow-raising but the methodology (multi-agent adversarial analysis, decimal precision, red-line rejection) is genuinely sophisticated. Worth watching whether it holds up under scrutiny. https://github.com/xbtlin/ai-berkshire

  • aws/agent-toolkit-for-aws (1.3k stars) — Only 2 months old but already the official AWS entry point for coding agents. The devsecops plugin alone (incident investigation, vuln scanning, pen testing via agents) is worth exploring. Will likely become default infrastructure. https://github.com/aws/agent-toolkit-for-aws

  • gglucass/headroom-desktop (250 stars) — Rust desktop app claiming to "unlock 2x more Claude Code and Codex usage." Tiny but trending in the Rust list. If it actually works, every power user will want it. https://github.com/gglucass/headroom-desktop

Notable Trends

  • Knowledge graphs are the new RAG: Three independent repos in today's top trending (codebase-memory-mcp, graphify, cognee) all convert unstructured data into queryable graph structures. The industry is moving past "chunk and embed" toward structured knowledge representation. This is the most important architectural shift in agent tooling right now.

  • "Agent-native" is becoming a real product category: no-mistakes (git validation for agents), design.md (brand specs for agents), page-agent (DOM control for agents), voicebox (voice I/O for agents) — tools are no longer just "AI-powered," they're built specifically as agent infrastructure. The platform layer beneath coding agents is crystallizing fast.