codeatlas-mcp MCP Server
giauphan/codeatlas-mcp
MCP server for CodeAtlas — Expose code analysis data to AI assistants (Gemini, Claude, Cursor, etc.)
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
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
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
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.