Project Management
Complete guide to managing your MCP projects using the LeanMCP CLI.Create Project
Create a new MCP server project locally:With Auto-Install (Recommended)
Interactive Mode
- Install dependencies? (y/N)
- Start development server? (y/N)
Skip All Prompts
Development Server
Start the development server with hot reload:List Projects
View all your cloud projects:Get Project Details
Get detailed information about a specific project:Deploy Project
Deploy your MCP server to LeanMCP cloud:Delete Project
Remove a project from the cloud:Full Workflow Example
Complete workflow from creation to deployment:File Scanning Rules
When deploying projects, the CLI: Includes:- All source code files (
.ts,.js,.py, etc.) - Configuration files (
package.json,tsconfig.json, etc.) - Documentation files (
README.md, etc.)
node_modules/.git/dist/,build/*.log- OS files (
.DS_Store,Thumbs.db) - IDE files (
.vscode/,.idea/)
Troubleshooting
Not Authenticated
leanmcp login and enter your API key.
Project Not Found
leanmcp projects list.
Deployment Failed
- Check build logs in the dashboard
- Verify project configuration
- Ensure all dependencies are in
package.json