Connect AI assistants directly to your Base Framework projects with deep contextual understanding and intelligent code assistance.
AI assistants understand Base Framework architecture, CMS patterns, and core modules for intelligent code suggestions.
Execute Base CLI commands through AI with full understanding of project structure and module relationships.
Real-time access to Base Framework documentation and best practices during development.
Run this command. See Claude Code MCP docs for more info.
claude mcp add --transport sse base https://mcp.base.al/sse
Add this to your Windsurf MCP config file. See Windsurf MCP docs for more info.
{ "mcpServers": { "base": { "serverUrl": "https://mcp.base.al/sse" } } }
Add this to your Cursor MCP configuration. See Cursor MCP docs for more info.
{ "mcpServers": { "base": { "url": "https://mcp.base.al/sse", "transport": "sse" } } }
Add this to your Continue configuration. See Continue MCP docs for more info.
{ "mcp": { "servers": { "base": { "url": "https://mcp.base.al/sse" } } } }