MMaaLabs AI
100% local

LOCAL WORKFLOWS / CLAUDE-STYLE CONFIG

A familiar coding
flow, kept local.

Use project instructions, local model routing and tool permissions without putting source code into a remote provider.

local-claude.json
{
  "provider": "ollama",
  "baseUrl": "http://localhost:11434",
  "model": "qwen2.5-coder:32b",
  "telemetry": false
}

SAFE DEFAULTS

Local endpoint.
Explicit permissions.

Bind tools to localhost and keep the model endpoint visible.

Start read-only. Add write access only for the project folder.

Verify the runtime with a small test before a long task.