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" build

The 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.js

Rebuild After Changes

If you edit the MCP server source, rebuild it:

pnpm --filter "@kit/mcp-server" build

Then restart the AI tool session.