Current Repo Docs

Build with the code that exists.

This docs view is aligned with the CLI and analyzers that are implemented in this repo today: setup, commands, pipeline stages, safety checks, and generated MCP output.

CLI Commands
6
Doc Entries
12
Permission States
3
Generated Home
.mcpify
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
npm run mcpify -- 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

npm run mcpify -- 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.