mcpbeat Sign in

tollbooth MCP Server

by chrzanowy Your server? Claim it
local only

tollbooth runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Aug 2026.

Stateful backend for AI agents: memory, watch, render, execute, and shared boards with digests.

Installs / week
not published
0
Stars
0 open issues
16 Aug 2026
Last commit
from GitHub
MIT
License
TypeScript

What the code does

We read the source, 11 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.

Runs an external command src/primitives/execute.ts:43
    const child = spawn(lang.cmd, lang.args(file), { cwd: dir, detached: true });

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 tollbooth

same job, measured the same way
Hunch
by davesheffer

Shared records for AI agents: engineering decisions, bug history, rules, and work state through MCP.

1 533 installs/wk local only
Montycat MCP - Shared Memory for AI Agents
by montygovernance

Shared, persistent memory for AI agents, with semantic recall and live updates.

1 522 installs/wk local only
On Board
by swisspra

Cross-platform shared memory and ticket coordination for AI agents across MCP clients.

126 installs/wk local only
Creo Memories
by creo-memories

Memory system for AI agents with semantic search. Store and recall memories with ease.

answering
Global Agent Memory
by ozankasikci

Shared, project-aware memory for Claude Code, Codex, and other agents with human review.

85 installs/wk local only
Knownissue
by gong8

Shared debugging memory for AI coding agents

answering
OpenAkashic
by szara7678

Shared long-term memory vault for AI agents with 20 MCP tools.

35 tools answering
Writespace MCP
by write-space

Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.

answering

tollbooth — questions

Answers built from our own checks of this server.

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