From 555be15eb3465a236d24930fa599bfaa5a13ed50 Mon Sep 17 00:00:00 2001 From: NeuralRays Date: Sun, 8 Feb 2026 01:57:19 +0200 Subject: [PATCH] Add CodeXRay to community servers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d25fe6899..456869c63f 100644 --- a/README.md +++ b/README.md @@ -703,6 +703,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[code-context-provider-mcp](https://github.com/AB498/code-context-provider-mcp)** - MCP server that provides code context and analysis for AI assistants. Extracts directory structure and code symbols using WebAssembly Tree-sitter parsers without Native Dependencies. - **[code-executor](https://github.com/bazinga012/mcp_code_executor)** - An MCP server that allows LLMs to execute Python code within a specified Conda environment. - **[code-sandbox-mcp](https://github.com/Automata-Labs-team/code-sandbox-mcp)** - An MCP server to create secure code sandbox environment for executing code within Docker containers. +- **[CodeXRay](https://github.com/NeuralRays/codexray)** - Semantic code intelligence MCP server with 16 tools for AI coding agents. Pre-indexes codebases into a local SQLite knowledge graph with TF-IDF semantic search, call graphs, blast radius analysis, dead code detection, circular dependency detection, and complexity metrics. Supports 15 languages via tree-sitter. Saves 30%+ tokens. - **[cognee-mcp](https://github.com/topoteretes/cognee/tree/main/cognee-mcp)** - GraphRAG memory server with customizable ingestion, data processing and search - **[coin_api_mcp](https://github.com/longmans/coin_api_mcp)** - Provides access to [coinmarketcap](https://coinmarketcap.com/) cryptocurrency data. - **[CoinMarketCap](https://github.com/shinzo-labs/coinmarketcap-mcp)** - Implements the complete [CoinMarketCap](https://coinmarketcap.com/) API for accessing cryptocurrency market data, exchange information, and other blockchain-related metrics.