Get Started
Quick Start
Build the repo, run the compiler, and inspect the generated MCP server in ./.mcpify.
Local source workflowGenerated MCP outputWorks with example apps
Example Command
npx mcpify-cli analyze ./examples/express-api
MCPify is easiest to try from source in this repo. Install dependencies, build the workspaces, then analyze one of the included example applications.
Boot the repo
npm install npm run build
Compile an example app
npx mcpify-cli analyze ./examples/express-api
The compiler writes its output to ./.mcpify by default, including the generated server, schemas, tool metadata, workflow definitions, and AGENTS.md.
Start here. This is the first docs entry.
