Skip to content

Loom

A self-hosted AI testing platform for trying out models and MCP servers, recording every request, and fronting your applications through the same OpenAI-compatible gateway.

Loom gives you, in a single process backed by one SQLite file, three things that usually live in three separate tools:

  • A playground for exercising models and MCP tool flows
  • A request log that captures the full prompt and full response of every call, with search, replay, and direct SQLite access
  • An OpenAI-compatible gateway at /api/v1/* for your applications, with the same auth model and the same log table as the playground

The same auth applies across playground and gateway. The same MCP servers serve both. The same log table records both. There is no separate observability service to deploy.

Documentation map

Project status

Loom is under active development. The public surface (HTTP API, CLI flags, config file shape) is stabilising but may still change before 1.0. Pin a specific version in production until 1.0.0 ships.

License

MIT — © HSPK and contributors.