Ephemora Cell MCP — WASM Sandbox runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.
WASM sandbox for MCP tools. WASI-isolated, fuel/memory/I/O capped, attested.
We read the source, 8 h ago · rules 3dff92dd89df
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.
p = subprocess.run(
return dict(os.environ)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add ephemora-cell-mcp -- uvx ephemora-cell
{
"mcpServers": {
"ephemora-cell-mcp": {
"args": [
"ephemora-cell"
],
"command": "uvx"
}
}
}
[mcp_servers.ephemora-cell-mcp]
command = "uvx"
args = ["ephemora-cell"]
{
"mcpServers": {
"ephemora-cell-mcp": {
"args": [
"ephemora-cell"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"ephemora-cell-mcp": {
"args": [
"ephemora-cell"
],
"command": "uvx"
}
}
}
Append-only event log for cross-agent context/memory sharing via 3 MCP tools.
ContextStream MCP server for code context, memory, search, and AI tools.
MCP-native notes and memory for ChatGPT, Claude, and other AI tools.
Secure Linux sandboxes for AI agents, as MCP tools.
Knowledge-graph memory server for AI tools via MCP
Shared memory for AI tools — save notes and work records, recall them from any other tool.
Persistent memory layer for AI tools. Save and recall notes across Claude and other MCP clients.
Persistent memory for AI coding tools. 11 tools for any MCP-compatible AI tool.
Answers built from our own checks of this server.