Skip to main content

Overview

@reformer/mcp is an MCP server (Model Context Protocol) that provides AI assistants with complete context about the ReFormer library to help with form development.

What is MCP?​

Model Context Protocol is an open standard by Anthropic for integrating AI assistants with external tools and data. MCP servers provide:

  • Tools β€” functions that AI can call
  • Prompts β€” pre-built templates for common tasks
  • Resources β€” access to documentation and data

@reformer/mcp Capabilities​

Code Generation​

  • Create forms from text descriptions
  • Generate TypeScript types
  • Create validation schemas
  • Set up behaviors (computed fields, conditional fields)

Quality Checking​

  • Analyze code for common errors
  • Check import correctness
  • Recommend project structure

Development Assistance​

  • Explain errors with fix examples
  • Show usage patterns
  • Provide up-to-date API documentation

Supported IDEs​

IDEStatus
Claude Codeβœ… Full support
Cursorβœ… Full support
Windsurfβœ… Full support
Cline (VS Code)βœ… Full support

Next Step​

Go to Quick Start to install and configure the MCP server.