mcpbeat Sign in

Airlock MCP Server

local only

Airlock runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Jun 2026.

Local daemon giving AI agents named locks, shared state, events, and a task queue over MCP.

Installs / week
not published
2
Stars
1 open issues
18 Jun 2026
Last commit
from GitHub
MIT
License
Go

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable internal/service/service.go:208
    unitPath := filepath.Join(unitDir, systemdUnitName)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Airlock

same job, measured the same way
Seamless
by 0spoon

Local-first shared memory and task coordination for AI coding agents. Go daemon plus headless CLI.

local only
StateLode
by statelode

Shared task layer for AI coding agents. One MCP surface: task_search, task_get, task_mutate.

49 installs/wk answering
Bilg
by bilgai

Shared memory for coding agents and their teams: docs, epics, tasks and decisions over MCP.

answering
Agentpack
by ihorponom

Repo-native task continuity for AI coding agents: a reviewed task-state ledger served over MCP.

265 installs/wk local only
Plur
by plur-ai

Open, local-first engram memory for AI agents: read, correct, delete; shared over MCP.

785 installs/wk local only
Statey
by statey

An agent-native database over MCP: shared, validated, structured records in every AI chat.

answering
Myc
by aistastudio

Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.

2 268 installs/wk local only
Agentage Memory
by agentage

One memory, every AI. A shared, user-owned markdown memory your AI clients read and write over MCP.

answering

Airlock — questions

Answers built from our own checks of this server.

Why is there no uptime for Airlock?
Airlock runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Airlock open source?
Yes — it is published under the MIT licence, written in Go, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.