Google PageRank for AI agents. 25,000+ tools indexed.

codeatlas-mcp MCP Server

giauphan/codeatlas-mcp

Score: 53.3 Rank #62 MCP Server
Are you the maintainer of giauphan/codeatlas-mcp? Claim this listing →

MCP server for CodeAtlas — Expose code analysis data to AI assistants (Gemini, Claude, Cursor, etc.)

Add AgentRank to Claude Code Discover and compare tools like giauphan/codeatlas-mcp — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

giauphan/codeatlas-mcp is a JavaScript MCP server licensed under MIT. MCP server for CodeAtlas — Expose code analysis data to AI assistants (Gemini, Claude, Cursor, etc.)

Ranked #62 out of 109 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

JavaScript MIT

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for giauphan/codeatlas-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/giauphan--codeatlas-mcp)](https://agentrank-ai.com/tool/giauphan--codeatlas-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/giauphan--codeatlas-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/giauphan--codeatlas-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="giauphan/codeatlas-mcp"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# 🗺️ CodeAtlas MCP Server

> A standalone [MCP](https://modelcontextprotocol.io/) server that exposes [CodeAtlas](https://github.com/giauphan/CodeAtlas) analysis data to AI assistants — **Gemini, Claude, Cursor, Windsurf, VS Code Copilot**, and more.

---

## ⚡ Quick Start

### 1. Analyze your project

Install the [CodeAtlas VS Code extension](https://github.com/giauphan/CodeAtlas), then run:

```
Ctrl+Shift+P → CodeAtlas: Analyze Project
```

This generates `.codeatlas/analysis.json` in your project root.

### 2. Add MCP config

Pick your AI assistant and add the config:

<details>
<summary>🔵 <b>VS Code (Copilot / GitHub Copilot Chat)</b></summary>

Open **Settings** (`Ctrl+,`) → search `mcp` → click **Edit in settings.json**, then add:

```json
{
  "mcp": {
    "servers": {
      "codeatlas": {
        "command": "npx",
        "args": ["-y", "@giauphan/codeatlas-mcp"]
      }
    }
  }
}
```

Or add via workspace `.vscode/settings.json` for per-project config.

</details>

<detail
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.