cortex MCP Server
kovalenko-tech/cortex
Project knowledge base for Claude Code — git history, risk scoring, PR decisions, security audit, MCP server
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
kovalenko-tech/cortex is a Python MCP server. Project knowledge base for Claude Code — git history, risk scoring, PR decisions, security audit, MCP server
Ranked #94 out of 109 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
92 weekly installs → early adoption
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Cortex **Project knowledge base for Claude Code.** Cortex analyzes your repository and writes `.claude/docs/` — structured context files Claude Code reads before touching any file. It knows which parts of the codebase break most often, why certain decisions were made, and where the security risks are. Not documentation you write. Knowledge extracted from your actual project history. --- ## Install ```bash curl -fsSL https://raw.githubusercontent.com/kovalenko-tech/cortex/main/install.sh | bash ``` Or with npx — no install required: ```bash npx @kovalenko-tech/cortex-ai analyze ``` Requires Python 3.11+. --- ## Quick start ```bash cd your-project cortex setup # interactive wizard ``` Or directly: ```bash cortex analyze git add .claude/ git commit -m "add cortex context" ``` --- ## What Claude Code sees Before writing a single line of code, Claude Code gets this for every file: ``` > ⚡ Fresh — analyzed 2026-03-22 UTC > 🔴 HIGH RISK (score: 65/100) — 12 bug fixes ·Read full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.