mcpbeat Sign in

pond MCP Server

local only

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

Lossless archive and search for AI agent sessions across clients, exposed to agents over MCP.

Installs / week
not published
68
Stars
49 open issues
18 Sep 2026
Last commit
from GitHub
Apache-2.0
License
Rust

What the code does

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

Installs itself into autostart packages/pond/src/schedule.rs:863
            .context("failed to run `crontab -l`")?;
    result = subprocess.run(cmd, capture_output=True, text=True, check=False)

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 pond

same job, measured the same way
Goldhold
by jerrysrodz

Persistent memory for AI agents. Search, store, and recall across sessions.

30 installs/wk answering
XMemo
by yonro

Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

274 installs/wk answering
MCP Memory
by infoinlet-marketplace

Persistent searchable memory for AI agents — save/get/search across sessions, tags.

28 installs/wk local only
Aruba Central MCP
by shigechika

MCP server for Aruba Central: expose AP, switch, and client status to AI assistants

323 installs/wk local only
dowse
by ltspace

Fast local full-text search for Windows files (tantivy + jieba), exposed to AI agents over MCP.

local only
Email
by primitive

Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.

30 tools answering
Kognite
by kognite

Hosted agent memory: store, search, and recall facts across sessions from any MCP client.

answering
Memory
by velixarai

Persistent memory for AI assistants. Store, search, and recall across sessions.

146 installs/wk local only

pond — questions

Answers built from our own checks of this server.

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