mcpbeat Sign in

Slowave MCP Server

by slowave-ai Your server? Claim it
local only

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

Local adaptive memory for AI coding agents through a five-tool MCP lifecycle.

Installs / week
pypi · slowave
10
Stars
0 open issues
14 Sep 2026
Last commit
no recent releases
License
Python

What the code does

We read the source, 21 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 a command on install [пакет] package.json:1
setup.py: выполняет код при установке пакета
…=F.id();if(M.length>0)for(N.unshift(M);f[_];){var z=f[_];N.unshift(z.edge),N.unshift(z.node),F=z.node,_=F.id()}return o.spawn(N)}}}},ud={kruskal:function(e){e=e||function(b){return 1};for(var t=this.byGroup(),a=t.nodes,n=t.edges,i=a.length,s=new Array(i),o=a,u=function(w){for(var…

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 slowave -- uvx slowave
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "slowave": {
      "args": [
        "slowave"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.slowave]
command = "uvx"
args = ["slowave"]
.cursor/mcp.json
{
  "mcpServers": {
    "slowave": {
      "args": [
        "slowave"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "slowave": {
      "args": [
        "slowave"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Slowave

same job, measured the same way
CP Memory
by cjhuochai

Local-first, governable long-term memory for AI coding agents

747 installs/wk local only
Dreamd
by botzrdev

Local-first, cross-harness memory for AI coding agents.

223 installs/wk local only
PMB AI
by oleksiijko

Local-first persistent memory for AI coding agents.

293 installs/wk local only
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

119 installs/wk local only
MCP Light Memory
by peterpirog

Local-first persistent memory for coding agents and MCP clients.

local only
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

92 installs/wk local only
Threadctx MCP
by threadctx-dev

Shared memory MCP server for AI coding agents — local by default, team-shared via threadctx.dev.

58 installs/wk local only
Monet
by team-monet

Local-first, state-centric memory for coding agents. MCP server + CLI.

107 installs/wk local only

Slowave — questions

Answers built from our own checks of this server.

Why is there no uptime for Slowave?
Slowave 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 pypi package slowave.
How do I connect Slowave?
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 slowave straight from pypi; nothing to host, nothing to sign up for.
Is Slowave open source?
We cannot say either way: written in Python and 10 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.