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.
Curated Open-Source AI Repositories
modelcontextprotocol/servers ↗
Reference implementations for Model Context Protocol (MCP) servers (Postgres, SQLite, Git, Filesystem, Slack).
“The definitive gold standard for how LLM agents interact with local databases, system tools, and APIs cleanly without messy custom glue code.”
prefecthq/fastmcp ↗
Standard framework for MCP — powers 70% of MCP servers, 1M downloads/day, incorporated into official MCP Python SDK.
“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.”
github/github-mcp-server ↗
Official hosted GitHub MCP server with remote endpoint, OAuth/PAT, VS Code one-click install and 32K stars.
“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.”
ChromeDevTools/chrome-devtools-mcp ↗
Chrome DevTools for agents — live Chrome browser control via MCP for Antigravity, Claude, Cursor or Copilot.
“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.”
punkpeye/awesome-mcp-servers ↗
Directory of MCP servers for apps and APIs — 82k stars, the index for Model Context Protocol.
“Single index to plug n8n, RAG, GitHub, Chrome to any agent — discover MCP servers that keep data in Gujarat VPC.”
czlonkowski/n8n-mcp ↗
MCP server for n8n — 22k stars, 2,541 nodes, 99% property coverage — bridge Claude/Codex to n8n workflows.
“Connects our ₹500 n8n VPS to every AI IDE (Claude Code, Cursor, Windsurf) — 30 tools in one MCP gateway for Gujarat SMEs.”
nikolai-vysotskyi/trace-mcp ↗
MCP server for Claude Code + Codex — one tool call replaces ~42 minutes of agent exploration with traced codebase context.
“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.”