Home › Search: code-analysis

Search: code-analysis

Search MCP servers and agent skills by name, description, category or topic — 26 results.

MCP Server Active

DeusData/codebase-memory-mcp

Code-intelligence engine that indexes a repo into a persistent knowledge graph — functions, classes, call chains, HTTP routes, cross-service links. 159 languages via tree-sitter + Hybrid LSP, sub-ms structural queries, ~99% fewer tokens than grep. Single static binary, zero dependencies, 100% local. `npx codebase-memory-mcp`

37k C Updated today Score 90
MCP Server Active

skill-seekers/Skill_Seekers

Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG knowledge. 35 MCP tools for scraping, packaging, enhancing, and exporting to vector databases (Weaviate, Chroma, FAISS, Qdrant). Supports 16+ target platforms.

14.7k Python Updated yesterday Score 90
Agent Skill Active

Skill_Seekers

Automatically convert documentation websites, GitHub repositories, and PDFs into Claude AI skills in minutes

14.7k Python Updated yesterday Score 90
MCP Server Active

wonderwhy-er/DesktopCommanderMCP

A swiss-army-knife that can manage/execute programs and read/write/search/edit code and text files.

9k TypeScript Updated 2d ago Score 90
MCP Server Active

ozgurcd/gograph

An AST-aware structural repository graph engine and MCP server designed for AI agents. Understands Go struct embeds, public API surfaces, SQL queries, and error mapping to give agents instant codebase context without blindly grepping.

204 Go Updated 13d ago Score 73
MCP Server Active

SimplyLiz/CodeMCP

Code intelligence MCP server with 80+ tools for semantic code search, impact analysis, call graphs, ownership detection, and architectural understanding. Supports Go, TypeScript, Python, Rust, Java via SCIP indexing.

108 Go Updated 4d ago Score 70
MCP Server Active

PhpCodeArcheology/PhpCodeArcheology

PHP static analysis MCP server for architecture and maintainability. 11 tools exposing 60+ code quality metrics, problem detection, refactoring priorities, dependency graphs, git hotspots, test coverage, and impact analysis. Installable via Composer.

86 PHP Updated today Score 69
MCP Server Active

depwire/depwire

Dependency graph + 15 MCP tools for AI coding assistants. Parses TypeScript, JavaScript, Python, Go, Rust, and C. Arc diagram visualization, health scoring, dead code detection, and temporal graph.

59 TypeScript Updated 11d ago Score 68
MCP Server Active

MarcelRoozekrans/roslyn-codelens-mcp

Roslyn-based MCP server with 22 semantic code intelligence tools for .NET. Type hierarchies, call graphs, DI registrations, diagnostics, code fixes, complexity metrics, and more. Sub-millisecond lookups via pre-built indexes.

39 C# Updated today Score 66
MCP Server Active

pzalutski-pixel/sharplens-mcp

58 semantic C#/.NET analysis tools via Roslyn. Navigation, refactoring, find usages, and code intelligence for AI agents.

30 C# Updated 27d ago Score 65
MCP Server Active

graphpilot-oss/graphpilot

Structural memory for coding agents. Indexes TypeScript/JavaScript repos and exposes callers, callees, blast-radius impact, and symbol locations over MCP — with file:line@sha evidence anchors and branch-aware differential impact — so agents answer "who calls X?" / "what breaks if I change X?" without re-reading files. Local-only, zero telemetry, Apache-2.0. `npx @graphpilot-oss/graphpilot mcp`

15 TypeScript Updated yesterday Score 62
MCP Server Maintained

pzalutski-pixel/javalens-mcp

56 semantic Java analysis tools via Eclipse JDT. Compiler-accurate navigation, refactoring, find references, call hierarchy, and code metrics for AI agents.

36 Java Updated 1mo ago Score 59
MCP Server Active

pzalutski-pixel/godotlens-mcp

15 semantic GDScript analysis tools via Godot's built-in LSP. Navigation, references, diagnostics, rename, and file sync for AI agents.

4 Python Updated 5d ago Score 57
MCP Server Active

ellmos-ai/ellmos-codecommander-mcp

Developer-focused MCP server for code analysis, JSON repair, encoding fixes, and import organization across local projects.

3 TypeScript Updated today Score 56
MCP Server Stale

st3v3nmw/sourcerer-mcp

MCP for semantic code search & navigation that reduces token waste

118 Go Updated 8mo ago Score 54
MCP Server Maintained

kimwwk/repocrunch

MCP server that gives AI agents structured, ground-truth GitHub repository intelligence. Analyze tech stack, dependencies, architecture, health metrics, and security indicators with deterministic JSON output.

9 Python Updated 1mo ago Score 53
MCP Server Stale

MikeRecognex/mcp-codebase-index

Structural codebase indexer exposing 17 query tools (functions, classes, imports, dependency graphs, change impact) via MCP. Zero dependencies.

61 Python Updated 5mo ago Score 51
MCP Server Stale

vezlo/src-to-kb

Convert source code repositories into searchable knowledge bases with AI-powered search using GPT-5, intelligent chunking, and OpenAI embeddings for semantic code understanding.

38 JavaScript Updated 7mo ago Score 49
MCP Server Maintained

kannajune/mcp-architect

Gives any AI assistant real architectural understanding of a codebase: tech-stack overview, internal dependency graph with cycle detection, risk hotspots, and module summaries. Local, zero-config, no API keys. `uvx mcp-architect`.

3 Python Updated 1mo ago Score 49
MCP Server Maintained

vighriday/Veris

Behavioral verification intelligence for autonomous coding agents. Builds a behavioral graph of any TS/JS repo, clusters into 25 semantic workflows (Auth, Payments, Webhooks, Caching, Queue, etc.), detects drift, generates concrete adversarial probes (idempotency, retry storm, cache stampede, replay), emits per-workflow risk + confidence. 17 MCP tools. Local SQLite state. Zero cloud. MIT.

1 TypeScript Updated 2mo ago Score 46
MCP Server Maintained

goldmembrane/cleaner-code

AI code security scanner MCP server. Detects 9 categories of threats in AI-generated code (invisible Unicode, Trojan Source, homoglyphs, Glassworm steganography, rules file backdoors, dependency typosquatting, obfuscation) using static analysis plus CodeBERT deep learning. Runs locally, free tier.

1 HTML Updated 2mo ago Score 46
MCP Server Maintained

wei9072/aegis

AI-agent admission-control MCP server: validates file edits against Ring 0 syntax + Ring 0.5 structural-cost regression + workspace boundary (path / glob / shell-redirect / symlink). Negative-space framing — emits BLOCK / WARN / PASS verdicts, never coaches the agent.

1 Python Updated 2mo ago Score 46
MCP Server Inactive

hyperb1iss/lucidity-mcp

Enhance AI-generated code quality through intelligent, prompt-based analysis across 10 critical dimensions from complexity to security vulnerabilities

89 Python Updated 1y ago Score 45
MCP Server Stale

Smart-AI-Memory/empathy-framework

Five-level AI collaboration system with persistent memory and anticipatory capabilities. MCP-native integration for Claude and other LLMs with local-first architecture via MemDocs.

13 HTML Updated 3mo ago Score 44
MCP Server Stale

rushikeshmore/CodeCortex

Persistent codebase knowledge layer for AI coding agents. Pre-digests codebases into structured knowledge (symbols, dependency graphs, co-change patterns, architectural decisions) via tree-sitter native parsing (28 languages) and serves via MCP. 14 tools, ~85% token reduction. Works with Claude Code, Cursor, Codex, and any MCP client.

7 TypeScript Updated 3mo ago Score 42
MCP Server Maintained

srinivasan-sundaresan95/orihime

Cross-repository code knowledge graph MCP server for Java, Kotlin, JavaScript, and TypeScript. Indexes source into embedded KuzuDB via tree-sitter; 30+ tools for call-flow tracing, multi-hop taint analysis (OWASP/CWE/PCI/STIG reports), entry-point reachability filtering, performance hotspot detection, and license compliance — without reading source files. 95% fewer tokens vs source-reading baselin

1 Python Updated 2mo ago Score 36