Airlock MCP Server
Rank #48,791io.github.adamorad/airlock
Local daemon giving AI agents named locks, shared state, events, and a task queue over MCP.
Airlock MCP Server is a Model Context Protocol (MCP) server published by adamorad. It ranks #48,791 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Airlock MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 12, 2026 and most recently updated on Jun 18, 2026.
Ranks ahead of 83,255 of 132,046 servers on MCP Toplist.
Use Airlock MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add airlock -- docker run -i --rm ghcr.io/adamorad/airlock:2.0.0[mcp_servers.airlock]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/adamorad/airlock:2.0.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"airlock": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/adamorad/airlock:2.0.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"airlock": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/adamorad/airlock:2.0.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"airlock": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/adamorad/airlock:2.0.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"airlock": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/adamorad/airlock:2.0.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"airlock": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/adamorad/airlock:2.0.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.adamorad%2Fairlock)<a href="https://mcptoplist.com/server/io.github.adamorad%2Fairlock"><img src="https://mcptoplist.com/badge/io.github.adamorad%2Fairlock.svg" alt="MCP Toplist: Top 50% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
adamorad
Available versions (1)
| Version | Published |
|---|---|
| 2.0.0 | Jun 18, 2026 |
Frequently asked questions
- Who maintains Airlock MCP Server?
- Airlock MCP Server is maintained by adamorad, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Airlock MCP Server listed on the Official MCP Registry?
- Yes — Airlock MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Airlock MCP Server have?
- MCP Toplist tracks 1 version of Airlock MCP Server, most recently published on Jun 18, 2026.
- Where can I find the source code for Airlock MCP Server?
- The source code for Airlock MCP Server is hosted at github.com/adamorad/airlock.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.