Runable v1.0.0-alpha.20
Why Runable? Docs Modules Work with AI Blog About Changelog
  • 01Why Runable?
  • 02Docs
  • 03Modules
  • 04Work with AI
  • 05Blog
  • 06About
  • 07Changelog
Vue without a fixed server runtime.
Getting Started Structure Integrations Guide MCP API
  • Getting Started Structure Integrations Guide MCP API
Build the Interface
  • Routing
  • Layouts
  • Middlewares
  • Error Handling
Load and Render
  • Data Fetching
  • SSR and CSR
  • Head and SEO
Extend Runable
  • Auto-imports
  • Plugins
  • Modules
Configure and Ship
  • Runtime Configuration
  • CSS and Assets
  • Production Build
CLI
  • Overview
  • Create
  • Prepare
  • Build
  • MCP
  • AI Skills
  • Inspector

runable mcp

Start the project-local Runable MCP server for AI coding agents.

runable mcp starts the @runablejs/mcp package installed in the current Runable project and connects over stdio:

npm install --save-dev @runablejs/mcp
runable mcp

The command deliberately resolves the MCP package from the project rather than bundling a second copy into the CLI. This keeps the Runable CLI and MCP release cycles independent and gives each project control over its MCP version.

Use --cwd when the project isn't the current directory:

runable mcp --cwd /path/to/project

The command is intended to be launched by an MCP client, not used as an interactive terminal program. Once it starts, stdout is reserved for MCP messages; project and configuration logs are redirected to stderr.

If @runablejs/mcp is missing or too old to expose the reusable stdio entry point, the command exits with an installation or upgrade instruction.

For complete setup, client configuration, tools, and security guidance, read Runable MCP.

Report an issue Edit this page
Build

Produce the production client and server bundles Runable serves from .output/.

AI Skills

Install Runable's Agent Skills — procedural instructions that teach compatible AI coding agents how to work with a Runable project.

Runable

The Vue framework that brings productive conventions to any backend.

Product

  • Why Runable
  • Documentation
  • Installation
  • Integrations

Project

  • About
  • Blog
  • Changelog
  • Sponsor

Community

  • GitHub
  • Issues
  • Discussions
  • Bluesky

© 2026 Runable. Released under the MIT License.

Open source Built with Vue and Runable