Installation
Forgeline runs on Python 3.11+. We test against CPython on macOS, Linux, and Windows.
System requirements
- Python 3.11, 3.12, or 3.13
- ~40 MB of disk for the server and its deps
- A workspace directory you are willing to expose to the model
Installing with uv
uv tool install forgeline-mcp forgeline --version
Installing with pip
python -m pip install --user forgeline-mcp forgeline --version
Running from source
git clone https://github.com/forgeline/forgeline.git cd forgeline uv sync uv run forgeline serve
Upgrading
uv tool upgrade forgeline-mcp # or python -m pip install --upgrade forgeline-mcp
Next: MCP server concepts →