From 26be0e06de294bbc707ae34779f99c0d1e761c57 Mon Sep 17 00:00:00 2001 From: Grafema Launch Ops Date: Tue, 16 Jun 2026 10:21:20 +0000 Subject: [PATCH] =?UTF-8?q?Add=20Grafema=20MCP=20server=20=E2=80=94=20sema?= =?UTF-8?q?ntic=20code=20graph=20for=20AI=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0654573..89d9988 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ a directory for Awesome MCP Servers. live preview: [https://mcp.so](https://mcp.so) ![preview](./preview.png) +- [Grafema](https://github.com/Disentinel/grafema) — Semantic code graph MCP server for AI coding agents. Indexes codebases into a typed graph (functions/types/modules as nodes; CALLS/IMPORTS/DATAFLOW/EFFECTS as edges) and exposes 40+ MCP tools for call-chain tracing, data-flow analysis, semantic search, and invariant checking. ## Quick Start