From 019a68642eb95f711eb4664b9df5a7e786b1a947 Mon Sep 17 00:00:00 2001 From: zhouzheng Date: Wed, 11 Mar 2026 18:25:39 +0800 Subject: [PATCH 1/2] Add crag - Go call graph analyzer MCP server Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71083478..d8205f3e 100644 --- a/README.md +++ b/README.md @@ -670,6 +670,7 @@ Tools and integrations that enhance the development workflow and environment man - [ConfigCat/mcp-server](https://github.com/configcat/mcp-server) 🎖️ 📇 ☁️ - MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. - [context-rot-detection](https://github.com/milos-product-maker/context-rot-detection) 📇 🏠 - Gives AI agents self-awareness about their cognitive state. Monitors token utilization, context quality degradation, and session fatigue. Returns health scores (0-100) and recovery recommendations based on model-specific degradation curves. - [cqfn/aibolit-mcp-server](https://github.com/cqfn/aibolit-mcp-server) ☕ - Helping Your AI Agent Identify Hotspots for Refactoring; Help AI Understand How to 'Make Code Better' +- [nullptr-z/code-rag-golang](https://github.com/nullptr-z/code-rag-golang) 🏎️ 🏠 - Static call graph analyzer for Go projects using SSA + VTA. Provides impact analysis, upstream/downstream queries, risk assessment, and interface tracking — so AI editors know exactly what code is affected before making changes. - [currents-dev/currents-mcp](https://github.com/currents-dev/currents-mcp) 🎖️ 📇 ☁️ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev). - [Daghis/teamcity-mcp](https://github.com/Daghis/teamcity-mcp) 📇 ☁️ 🍎 🪟 🐧 - MCP server for JetBrains TeamCity with 87 tools for builds, tests, agents, and CI/CD pipeline management. Features dual-mode operation (dev/full) and runtime mode switching. - [dannote/figma-use](https://github.com/dannote/figma-use) 📇 🏠 - Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools. From a8edfdcbaf95bf83dc25f87f200f3199fdc30b7e Mon Sep 17 00:00:00 2001 From: zhouzheng Date: Thu, 12 Mar 2026 19:33:35 +0800 Subject: [PATCH 2/2] Add glama.ai link to crag listing Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8205f3e..e562ab15 100644 --- a/README.md +++ b/README.md @@ -670,7 +670,7 @@ Tools and integrations that enhance the development workflow and environment man - [ConfigCat/mcp-server](https://github.com/configcat/mcp-server) 🎖️ 📇 ☁️ - MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. - [context-rot-detection](https://github.com/milos-product-maker/context-rot-detection) 📇 🏠 - Gives AI agents self-awareness about their cognitive state. Monitors token utilization, context quality degradation, and session fatigue. Returns health scores (0-100) and recovery recommendations based on model-specific degradation curves. - [cqfn/aibolit-mcp-server](https://github.com/cqfn/aibolit-mcp-server) ☕ - Helping Your AI Agent Identify Hotspots for Refactoring; Help AI Understand How to 'Make Code Better' -- [nullptr-z/code-rag-golang](https://github.com/nullptr-z/code-rag-golang) 🏎️ 🏠 - Static call graph analyzer for Go projects using SSA + VTA. Provides impact analysis, upstream/downstream queries, risk assessment, and interface tracking — so AI editors know exactly what code is affected before making changes. +- [nullptr-z/code-rag-golang](https://github.com/nullptr-z/code-rag-golang) [glama](https://glama.ai/mcp/servers/nullptr-z/code-rag-golang) 🏎️ 🏠 - Static call graph analyzer for Go projects using SSA + VTA. Provides impact analysis, upstream/downstream queries, risk assessment, and interface tracking — so AI editors know exactly what code is affected before making changes. - [currents-dev/currents-mcp](https://github.com/currents-dev/currents-mcp) 🎖️ 📇 ☁️ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev). - [Daghis/teamcity-mcp](https://github.com/Daghis/teamcity-mcp) 📇 ☁️ 🍎 🪟 🐧 - MCP server for JetBrains TeamCity with 87 tools for builds, tests, agents, and CI/CD pipeline management. Features dual-mode operation (dev/full) and runtime mode switching. - [dannote/figma-use](https://github.com/dannote/figma-use) 📇 🏠 - Full Figma control: create shapes, text, components, set styles, auto-layout, variables, export. 80+ tools.