Let AI agents interact with your API.
Install the following prerequisites:
You can easily install the dependencies:
mise install
npm install
uv sync
Add a .env
file with development config:
DATABASE_FILE=~/config/dev.cozyapi/data.db
Run the application locally:
mise run dev:app
Run MCP server with inspector:
mise run dev:mcp