|
1 | 1 | # CodeAlive MCP: Deep Context for your project (especially for large codebases) |
2 | 2 |
|
3 | | -[](https://www.codealive.dev/) |
| 3 | +[](https://www.codealive.ai/) |
4 | 4 |
|
5 | | -This MCP (Model Context Protocol) server for the [CodeAlive API](https://www.codealive.dev/) enables AI clients like Claude Desktop, Cursor, Windserf, VS Code (GitHub Copilot), Cline, Roo-Code, and Refact to access CodeAlive's advanced semantic code search and codebase interaction features. |
| 5 | +This MCP (Model Context Protocol) server for the [CodeAlive API](https://www.codealive.ai/) enables AI clients like Claude Desktop, Cursor, Windserf, VS Code (GitHub Copilot), Cline, Roo-Code, and Refact to access CodeAlive's advanced semantic code search and codebase interaction features. |
6 | 6 |
|
7 | 7 | CodeAlive MCP enhances these agents by providing **enriched context** from your project's codebase, enabling more intelligent and efficient interactions. |
8 | 8 |
|
9 | 9 | ## What is CodeAlive? |
10 | 10 |
|
11 | | -[CodeAlive](https://www.codealive.dev/) is a platform that analyzes your entire codebase, including documentation and dependencies, to understand its structure, patterns, and logic. It creates a detailed internal map of your repositories or workspaces, enabling fast, reliable, and high-quality answers to questions about your solution for any IT professional. |
| 11 | +[CodeAlive](https://www.codealive.ai/) is a platform that analyzes your entire codebase, including documentation and dependencies, to understand its structure, patterns, and logic. It creates a detailed internal map of your repositories or workspaces, enabling fast, reliable, and high-quality answers to questions about your solution for any IT professional. |
12 | 12 |
|
13 | 13 | Using this MCP server allows AI agents (like Claude, Copilot, etc.) to leverage CodeAlive's deep code understanding. This helps agents: |
14 | 14 |
|
@@ -56,7 +56,7 @@ The MCP server provides the following tools: |
56 | 56 |
|
57 | 57 | ### Getting an API Key |
58 | 58 |
|
59 | | -1. Log in to your CodeAlive account at [https://app.codealive.dev/](https://app.codealive.dev/). |
| 59 | +1. Log in to your CodeAlive account at [https://app.codealive.ai/](https://app.codealive.ai/). |
60 | 60 | 2. Navigate to the **API Keys** section (under Organization). |
61 | 61 | 3. Click on "**+ Create API Key**". |
62 | 62 | 4. Give your key a descriptive name (e.g., "My Local MCP Key") and select the appropriate scope (e.g., "All Data Sources" or select specific ones). |
@@ -369,7 +369,7 @@ If the MCP server isn't working correctly with your AI client, follow these step |
369 | 369 |
|
370 | 370 | If problems persist, consider opening an issue on the CodeAlive MCP server repository (if available) with relevant logs and configuration details (masking your API key). |
371 | 371 |
|
372 | | -You can also contact our support team at support@codealive.dev for further assistance. |
| 372 | +You can also contact our support team at support@codealive.ai for further assistance. |
373 | 373 |
|
374 | 374 | ## License |
375 | 375 |
|
|
0 commit comments