Open source

Agent tooling

Atlas

A full ITSM platform you run in the browser. On top of the ticket views, Atlas mirrors every ticket to disk as markdown and exposes them to any AI tool through MCP, so the same queue lives in your editor and your agents too.

  • 14 typed MCP tools
  • Loopback-only, read-only allowlist
  • Sigstore + SBOM releases
Year2026
StatusStable

A full ITSM in the browser — and the same tickets as real Markdown on disk, so your editor gets a folder and your AI gets a corpus.

— from the project README

Overview

Most ITSM tools lock everything behind a browser SPA — no local files, no way to grep a queue, and nothing an AI tool can investigate without a half-dozen round trips.

Work

Bun + Hono server, no-bundler ES module frontend, force-directed D3 graph for ticket relationships, and an MCP server with one fan-out tool that returns a full investigation envelope. The markdown mirror is loopback-only with a read-only allowlist.

Result

Stable since 1.0.0 with a sigstore-signed release pipeline, CycloneDX SBOM, CodeQL, a smell-check workflow that blocks writes outside the allowlist, and an operational /health endpoint.

Stack

  • Bun
  • Hono
  • D3
  • MCP
  • Biome

Related

Next door