mcpbeat Sign in

Docket MCP Server

local only

Docket runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 5 Sep 2026.

One list every AI tool you use can write to — scoped per project, local-first, self-hostable.

Installs / week
npm · @pasichdev/docket
7
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 17 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/index.ts:115
    const child = spawn(process.execPath, [webEntry], {

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

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add docket -- npx -y @pasichdev/docket
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docket": {
      "args": [
        "-y",
        "@pasichdev/docket"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docket]
command = "npx"
args = ["-y", "@pasichdev/docket"]
.cursor/mcp.json
{
  "mcpServers": {
    "docket": {
      "args": [
        "-y",
        "@pasichdev/docket"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docket": {
      "args": [
        "-y",
        "@pasichdev/docket"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Docket

same job, measured the same way
AI Agent Memory
by xiangzi1126

Agent-agnostic persistent memory MCP server. Local-first: memories travel with your project.

87 installs/wk local only
Ctxfile
by ctxfile

Local-first MCP server that snapshots your project's working state into one context object.

156 installs/wk local only
Spool
by kim-ocean-hz

Your local project library: hand any AI a project pack, search it, and write findings back.

local only
Atlaso
by atlaso

AI memory layer — one shared, persistent memory across every AI tool you connect.

answering
I
Memorymesh
by sparkvibe-io

Persistent, zero-dependency AI memory using SQLite. Local-first, cross-tool portable.

88 installs/wk local only
Agent Observability
by kryptosai

Trace AI agent execution: every tool call, every error, every dollar. Open source, local-first.

90 installs/wk local only
Facthouse
by gordonkjlee

A local memory engine any AI tool can use.

local only
lean-memory
by wuesteon

Embedded, local-first agent memory: one SQLite file per namespace, no server, no cloud.

128 installs/wk local only

Docket — questions

Answers built from our own checks of this server.

Why is there no uptime for Docket?
Docket runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @pasichdev/docket.
How do I connect Docket?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @pasichdev/docket straight from npm; nothing to host, nothing to sign up for.
Is Docket open source?
Yes — it is published under the MIT licence, written in TypeScript and 7 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.