CodeAlive MCP: Deep Context for your project (especially for large codebases)
Connect your AI assistant to CodeAlive's powerful code understanding platform in seconds!
This MCP (Model Context Protocol) server enables AI clients like Claude Code, Cursor, Claude Desktop, Continue, VS Code (GitHub Copilot), and Cline to access CodeAlive's advanced semantic code search and codebase interaction features.
What is CodeAlive?
CodeAlive analyzes your entire codebase to understand its structure, patterns, and logic. It creates a detailed internal map of your repositories, enabling AI assistants to:
- Find relevant code faster with semantic search
- Understand the bigger picture beyond isolated files
- Provide better answers with full project context
- Reduce costs and time by eliminating guesswork
🛠 Available Tools
Once connected, you'll have access to these powerful tools:
get_data_sources
- List your indexed repositories and workspacessearch_code
- Semantic code search across your codebasechat_completions
- AI chat with full project context
🎯 Usage Examples
After setup, try these commands with your AI assistant:
- "Show me all available repositories" → Uses
get_data_sources
- "Find authentication code in the user service" → Uses
search_code
- "Explain how the payment flow works in this codebase" → Uses
chat_completions
Table of Contents
- Quick Start (Remote)
- AI Client Integrations
- Alternative: Docker Setup
- Advanced: Local Development
- Available Tools
- Usage Examples
- Troubleshooting
- License
🚀 Quick Start (Remote)
The fastest way to get started - no installation required! Our remote MCP server at https://mcp.codealive.ai/api/
provides instant access to CodeAlive's capabilities.
Step 1: Get Your API Key
- Sign up at https://app.codealive.ai/
- Navigate to API Keys (under Organization)
- Click "+ Create API Key"
- Copy your API key immediately - you won't see it again!
Step 2: Choose Your AI Client
Select your preferred AI client below for instant setup:
🤖 AI Client Integrations
Claude Code
One command setup:
Replace YOUR_API_KEY_HERE
with your actual API key. That's it! 🎉
Cursor
- Open Cursor → Settings (
Cmd+,
orCtrl+,
) - Navigate to "MCP" in the left panel
- Click "Add new MCP server"
- Paste this configuration:
- Save and restart Cursor
Continue
- Create/edit
.continue/config.yaml
in your project or~/.continue/config.yaml
- Add this configuration:
- Restart VS Code
Visual Studio Code with GitHub Copilot
- Open Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
) - Run "MCP: Add Server"
- Choose "HTTP" server type
- Enter this configuration:
- Restart VS Code
Claude Desktop
Note: Claude Desktop remote MCP requires OAuth authentication. Use Docker option below for Bearer token support.
Cline
- Open Cline extension in VS Code
- Click the MCP Servers icon to configure
- Add this configuration to your MCP settings:
- Save and restart VS Code
🐳 Alternative: Docker Setup
If you prefer Docker over the remote service, use our Docker image:
Claude Desktop with Docker
For local development or if you prefer Docker over the remote service:
- Edit your config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
- Add this configuration:
- Restart Claude Desktop
Cursor with Docker
Continue with Docker
VS Code with Docker
Create .vscode/mcp.json
in your workspace:
Cline with Docker
- Open Cline extension in VS Code
- Click the MCP Servers icon to configure
- Add this Docker configuration:
🔧 Advanced: Local Development
For developers who want to customize or contribute to the MCP server.
Prerequisites
- Python 3.11+
- uv (recommended) or pip
Installation
Local Server Configuration
Once installed locally, configure your AI client to use the local server:
Claude Code (Local)
Other Clients (Local)
Replace the Docker command
and args
with:
Running HTTP Server Locally
Smithery Installation
Auto-install for Claude Desktop via Smithery:
🐞 Troubleshooting
Quick Diagnostics
- Test the hosted service:
- Check your API key:
- Enable debug logging: Add
--debug
to local server args
Common Issues
- "Connection refused" → Check internet connection
- "401 Unauthorized" → Verify your API key
- "No repositories found" → Check API key permissions in CodeAlive dashboard
- Client-specific logs → See your AI client's documentation for MCP logs
Getting Help
- 📧 Email: support@codealive.ai
- 🐛 Issues: GitHub Issues
📄 License
MIT License - see LICENSE file for details.
Ready to supercharge your AI assistant with deep code understanding?
Get started now →
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Сервер Model Context Protocol, который расширяет возможности агентов ИИ, обеспечивая глубокое семантическое понимание кодовых баз, что позволяет осуществлять более интеллектуальное взаимодействие посредством расширенного поиска кода и контекстной осведомленности.
Related MCP Servers
- AsecurityAlicenseAqualityThis server implements the Model Context Protocol to facilitate meaningful interaction and understanding development between humans and AI through structured tools and progressive interaction patterns.Last updated -1352MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI agents to retrieve and understand entire codebases at once, providing tools to analyze local workspaces or remote GitHub repositories.Last updated -350MIT License
- -securityFlicense-qualityA comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.Last updated -11
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI agents to generate, fetch, and manage UI components through natural language interactions.Last updated -35295