Agent Infrastructure Landscape
FreeNot checkedAI agent memory & infrastructure landscape — comparative catalog of 912 systems × 68 columns covering memory layers, agent frameworks, runtimes, vector stores,
About
AI agent memory & infrastructure landscape — comparative catalog of 912 systems × 68 columns covering memory layers, agent frameworks, runtimes, vector stores, knowledge graphs, MCP servers, benchmarks. Searchable with typed edges, lineages, citations.
README
An open, comparative catalog of the tools developers use to build, deploy, and operate autonomous AI agents — the software systems (Claude Code, Cursor, AutoGen, LangGraph, Mem0, Zep, etc.) that take instructions, plan, call tools, remember things across sessions, and act in the world.
Each entry is tracked across 85 attributes (license, maturity tier, deployment model, MCP / A2A protocol support, observability stack, compliance posture, latency, pricing, and dozens more), with typed relationships between systems (built-on, extends, competes-with, cites…). Today the catalog covers 912 systems and 528 relationships.
The goal is straightforward: give builders, researchers, and analysts a single place to compare what exists, see what's actually shipping vs. just published, and spot the gaps.
Start here
- Browse the catalog → https://mrpeppersdev.github.io/agent-infrastructure-landscape/ — sortable, filterable table with full per-system detail pages, side-by- side comparisons, lineages, leaderboards, and "best of" lists (e.g. open-source agent memory, MCP-enabled systems).
- Headline findings → five short, citable stories distilled from the catalog. Read them as cards on the site or in source: docs/FINDINGS.md.
- Raw data → data/landscape.json + data/landscape.edges.json. Licensed CC-BY-4.0 — use it however you like, just credit the source.
What's in the data
Each record is a JSON object with a stable ID, display name, tier (1 battle-tested → 5 theoretical), one or more section memberships (e.g. "Dedicated memory layers", "Framework-embedded memory", "Vector-database infrastructure" — 34 sections in total), and the 85 attribute cells. Every cell carries:
- The claim itself (free-text value).
- A source URL (where the claim came from).
- A status (
real-data,estimate,not-applicable,no-data, etc.). - A provenance tier (T1 auto-verifiable from a GitHub URL, T2 resolvable source URL required, T3 estimate).
- A last-verified date for high-volatility cells.
Sources include curated lists (Agent-Memory-Paper-List, Awesome-GraphMemory), survey papers, benchmark leaderboards (LongMemEval, LoCoMo, ConvoMem), vendor sites, academic venue pages, and targeted research-agent sweeps. Claims are vendor-stated unless otherwise marked. Honest coverage confidence is roughly 88–92% — known gaps are tracked in PLAN.md. Full schema: docs/SCHEMA.md.
Use it in your own tools
MCP server — query the catalog from any Model Context Protocol client (Claude Code, Claude Desktop, Continue, etc.). Nine read-only tools: search, get-by-id, edge traversal, coverage stats, side-by-side comparison, recent changes, eval-orphan detection, substrate blast-radius analysis. See mcp/ and mcp/README.md.
cd mcp && npm install && npm run build
claude mcp add landscape -- node $PWD/dist/server.js
CLI — the same nine queries as a landscape <subcommand> tool.
Text output by default, --json / --csv for machine-readable use.
See cli/ and cli/README.md.
cd cli && npm install && npm run build
./dist/landscape.js search "memory" --tier 1 --section "Dedicated memory layers"
Web app — SvelteKit static export in web/, deployed to
GitHub Pages on every push to main.
cd web && npm install
npm run dev # local server at http://localhost:5173/
npm run build # static export
How the catalog stays honest
Three things keep the data trustworthy:
- Per-cell provenance. Every claim points at the source URL it was sourced from, with a tier marking how verifiable the claim is. You can audit any entry by walking the citation.
- Automated freshness checks. A weekly job
(
.github/workflows/staleness.yml) flags rows whose upstream repo has gone quiet beyond the freshness SLA defined in MAINTAINER.md §2. Stale rows surface in the live table with a visible badge. - Self-maintaining workflows. New systems submitted via the
/submit
form (or an
intake-labelled GitHub Issue) are auto-researched into a draft PR (docs/INTAKE.md). Existing sections are periodically re-audited section-by-section (docs/AUDIT.md).
Editing the catalog (contributors)
data/landscape.json is the source of truth — the rendered
landscape.html is a build artefact, never edited by hand.
Edit
data/landscape.jsondirectly, or let the intake-research / section-audit bots open a PR for you. PRs get a rendered-cell preview comment from.github/workflows/diff-preview.ymlso reviewers see exactly what each touched row will look like.Run
make buildlocally — reconciles JSON, rebuilds edges and citation trajectories, re-renderslandscape.html.Run
make validate— five offline gates, ~25 seconds:# Gate Catches 1 JSON schema Records or edges violating docs/SCHEMA.md§7.2 Fast-step determinism Non-determinism in extract / reconcile / edge-build scripts. 3 Render-cycle stability Markup drift in render ↔ extract round-trips beyond the documented ceiling. 4 S2 cache integrity Corrupted Semantic Scholar cache files. 5 Tier-provenance + freshness Cells whose tier disagrees with their citation, or rows missing required date metadata. Commit the JSON, the regenerated edges file, and the regenerated
landscape.htmltogether. CI re-runs validation plus a byte-identity check (the JSON must round-trip cleanly to the committed HTML) on every push.
A pre-commit hook is available via make install-hooks (idempotent;
short-circuits on changes that don't touch the pipeline).
make refresh-citations re-pulls Semantic Scholar data (~15 min); only
needed when adding research-paper rows.
Governance and license
This catalog has an explicit maintenance contract: MAINTAINER.md. It defines what's in scope (and what isn't), the freshness SLA per cell type, the 3-tier claim-validation schema, the succession plan, and how to contribute or request co-maintainer rights. The contract exists because comparative catalogs historically die quietly — DB-Engines, State of JS, dbdb.io — and the surviving ones all publish one.
The catalog data is released under CC-BY-4.0. The MCP server and
CLI packages are MIT (see their package.json).
Credits
This catalog cross-references, corroborates, and (where licensing allows) imports data from the following external landscape projects. Vendored snapshots and the full per-source licence audit live in extraction/external/.
- Agentic Community Landscape (Apache-2.0) — CNCF landscape2 project cataloguing frameworks, protocols, memory, RAG, observability, and infra for agentic AI. Accessed 2026-07-01.
- SylphAI YC Agent Landscape (MIT) — AI-classified Y Combinator company dataset covering Winter 2024 – Fall 2026 batches with agent-vs-non-agent and platform-vs-single-purpose taxonomies. Accessed 2026-07-01.
- AI System Design Guide — Tool-Use and Computer Agents chapter (MIT) — narrative chapter on 2026 tool-use and computer-agent systems, cited for benchmark trajectories and adoption metrics. Accessed 2026-07-01.
- InclusionAI Agentic AI Landscape (no licence declared) — noted as prior art for landscape structure and category framing. Not imported; see extraction/external/LICENCES.md for the licence audit.
Installing Agent Infrastructure Landscape
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/MrPeppersDev/agent-infrastructure-landscapeFAQ
Is Agent Infrastructure Landscape MCP free?
Yes, Agent Infrastructure Landscape MCP is free — one-click install via Unyly at no cost.
Does Agent Infrastructure Landscape need an API key?
No, Agent Infrastructure Landscape runs without API keys or environment variables.
Is Agent Infrastructure Landscape hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Agent Infrastructure Landscape in Claude Desktop, Claude Code or Cursor?
Open Agent Infrastructure Landscape on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolRedis
Interact with Redis key-value stores.
by modelcontextprotocolSQLite
Database interaction and business intelligence capabilities.
by modelcontextprotocolmxcp
Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.
by raw-labstadas-github/a2asearch-mcp
MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access
by tadas-githubjulien040/anyquery
Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by desi
by julien040drakonkat/wizzy-mcp-tmdb
A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.
by drakonkatCompare Agent Infrastructure Landscape with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
