Vol. 01 — 2026

Curated Open-Source AI Repositories

A strictly vetted directory of open-source artificial intelligence repositories, local LLM engines, multi-agent frameworks, and vector search tooling. Annotated with personal engineering takes from production builds.

★ 18,500

Reference implementations for Model Context Protocol (MCP) servers (Postgres, SQLite, Git, Filesystem, Slack).

Why It's Essential:

“The definitive gold standard for how LLM agents interact with local databases, system tools, and APIs cleanly without messy custom glue code.”

#mcp #protocol #python #typescript
★ 27,308

Standard framework for MCP — powers 70% of MCP servers, 1M downloads/day, incorporated into official MCP Python SDK.

Why It's Essential:

“The MCP POSIX — I scaffold every Surat/Rajkot tool server with FastMCP because the Python SDK already ships it. One decorator, one schema, one gateway. When NOT to use: If you need TypeScript MCP, pair with the TS SDK — FastMCP is Python-centric.”

#mcp #fastmcp #python #tool-server
★ 32,435

Official hosted GitHub MCP server with remote endpoint, OAuth/PAT, VS Code one-click install and 32K stars.

Why It's Essential:

“My default GitHub MCP — I run it behind our FastAPI gateway with short-lived JWT and OPA, and it gives agents repo, PR and issue tools without custom glue. When NOT to use: For symbol-level code search I pair it with jcodemunch-mcp — this server is for GitHub-native tools, not deep code archaeology.”

#github #mcp #remote #oauth #vscode

Chrome DevTools for agents — live Chrome browser control via MCP for Antigravity, Claude, Cursor or Copilot.

Why It's Essential:

“The browser tool that finally works reliably — I give our QA swarm a live Chrome with AT-SPI/Wayland control for performance traces without flaky Selenium. When NOT to use: Headless only — for API-only agents skip the browser overhead.”

#chrome #devtools #mcp #browser-automation
★ 82,700

Directory of MCP servers for apps and APIs — 82k stars, the index for Model Context Protocol.

Why It's Essential:

“Single index to plug n8n, RAG, GitHub, Chrome to any agent — discover MCP servers that keep data in Gujarat VPC.”

#mcp #awesome #directory #tools
★ 22,766

MCP server for n8n — 22k stars, 2,541 nodes, 99% property coverage — bridge Claude/Codex to n8n workflows.

Why It's Essential:

“Connects our ₹500 n8n VPS to every AI IDE (Claude Code, Cursor, Windsurf) — 30 tools in one MCP gateway for Gujarat SMEs.”

#n8n-mcp #mcp #n8n #automation
★ 103

MCP server for Claude Code + Codex — one tool call replaces ~42 minutes of agent exploration with traced codebase context.

Why It's Essential:

“I audit Laravel 13 codebases with pgvector — trace-mcp cuts my exploration from 42 min to one MCP call with typed traces. Its observation-driven approach pairs exactly with my Pydantic+OPA+HITL ledger.”

#mcp #tracing #codebase #claude-code
← AI Skills Library Architecture Blueprints → ← Back home