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β
| IDE | Status |
|---|---|
| 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.