MCP Server
Build and use the Makerkit MCP server shipped in tooling/mcp-server.
Build the local MCP server with:
pnpm --filter "@kit/mcp-server" buildThe repo already includes .mcp.json for tools that auto-detect MCP config.
Current Tool Surface
The server currently registers tools/resources for:
- components
- scripts
- run checks
- database tools and resources
- environment variables
- prerequisites
- dev status
- mailbox/email helpers
- email templates
- translations
- dependency upgrade advice
- PRD management
See tooling/mcp-server/src/index.ts for the current registration list.
Configure Other Tools
If your editor does not auto-detect .mcp.json, point it at the built entrypoint:
tooling/mcp-server/build/index.jsRebuild After Changes
If you edit the MCP server source, rebuild it:
pnpm --filter "@kit/mcp-server" buildThen restart the AI tool session.