Base Framework MCP Server

Connect AI assistants directly to your Base Framework projects with deep contextual understanding and intelligent code assistance.

Server Running

Deep Framework Knowledge

AI assistants understand Base Framework architecture, CMS patterns, and core modules for intelligent code suggestions.

CLI Integration

Execute Base CLI commands through AI with full understanding of project structure and module relationships.

Documentation Access

Real-time access to Base Framework documentation and best practices during development.

Installation Instructions

Install in Claude Code

Run this command. See Claude Code MCP docs for more info.

Claude Code Remote Server Connection
claude mcp add --transport sse base https://mcp.base.al/sse

Install in Windsurf

Add this to your Windsurf MCP config file. See Windsurf MCP docs for more info.

Windsurf Remote Server Connection
{
  "mcpServers": {
    "base": {
      "serverUrl": "https://mcp.base.al/sse"
    }
  }
}

Install in Cursor

Add this to your Cursor MCP configuration. See Cursor MCP docs for more info.

Cursor Remote Server Connection
{
  "mcpServers": {
    "base": {
      "url": "https://mcp.base.al/sse",
      "transport": "sse"
    }
  }
}

Install in Continue

Add this to your Continue configuration. See Continue MCP docs for more info.

Continue Remote Server Connection
{
  "mcp": {
    "servers": {
      "base": {
        "url": "https://mcp.base.al/sse"
      }
    }
  }
}

API Endpoints

GET
/sse
POST
/messages
GET
/health