MCP Server
The Kritzel MCP server is not yet implemented. This page is a placeholder and will be updated once the server is available.
Overview
The Kritzel MCP (Model Context Protocol) server will provide a standardized, runtime-level integration between Kritzel and AI coding assistants. Unlike skills — which are static knowledge files — the MCP server will allow assistants to introspect a live Kritzel instance, query canvas state, and generate context-aware code suggestions based on the actual objects and workspaces present at runtime.
Planned capabilities
- Query live canvas objects and workspaces from within an AI chat session.
- Get real-time viewport and tool state to ground code suggestions in the current editor context.
- One unified server covering Angular, React, and Vue integrations.
Stay updated
Watch the Kritzel repository for updates. Once the MCP server is released, setup instructions and configuration examples will be documented here.