mcpbeat Sign in

Thronglets MCP Server

local only

Thronglets runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 11 May 2026.

P2P shared memory substrate for AI agents — stigmergic knowledge network via libp2p

Installs / week
not published
5
Stars
1 open issues
11 May 2026
Last commit
from GitHub
MIT
License
Rust

What the code does

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

    const child = spawn(config.binaryPath, throngletsArgs(config, subcommand), {
Builds a file path from a variable npm/bin/thronglets.js:13
  .map((name) => path.join(__dirname, name))

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 Thronglets

same job, measured the same way
Lorg MCP Server
by lorgai

Shared, peer-validated knowledge archive for AI agents — search, contribute, and validate via MCP

111 installs/wk 26 tools answering
Memory
by sharedmemoryai

Persistent memory for AI agents. Remember, recall, and explore a shared knowledge graph.

63 installs/wk local only
Central Intelligence
by alekseimarchenko

Persistent memory for AI agents. Store, recall, and share knowledge across sessions.

71 installs/wk local only
Agent Recall Trail
by fantasyce

Private Agent memory and governed shared knowledge.

local only
Sprintra
by sprintra-io

The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.

32 installs/wk answering
Alloy
by alloy

AI workspace — shared knowledge, skills, and tools for AI agents

answering
AiAkiv Memory
by aiakiv

Shared long-term memory for AI agents: save and recall context as a searchable knowledge graph.

answering
Shelbymcp
by studio-moser

Knowledge-graph memory server for AI tools via MCP

43 installs/wk local only

Thronglets — questions

Answers built from our own checks of this server.

Why is there no uptime for Thronglets?
Thronglets runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Thronglets open source?
Yes — it is published under the MIT licence, written in Rust, 5 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.