skills/smithery.ai/run-locally

run-locally

Installation
SKILL.md

Run Agent Locally

Start the Server

uv run start-app

This starts the agent at http://localhost:8000

Server Options

# Hot-reload on code changes (development)
uv run start-server --reload

# Custom port
uv run start-server --port 8001
Installs
1
First Seen
Apr 7, 2026
run-locally from smithery.ai