mcpbeat Sign in

Krimto MCP Server

by krimto-labs Your server? Claim it
local only

Krimto runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from npm. Last commit 2 Jun 2026.

Memory for AI coding agents — markdown in your own git, not a vendor database. Apache-2.0.

Installs per day peak 33 · avg 8 · +103% w/w
a month agotoday
58
Installs / week
npm · @krimto-labs/krimto
6
Stars
0 open issues
2 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

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

Builds a database query by concatenation Dockerfile:9
RUN apt-get update \
  && apt-get install -y --no-install-recommends python3 make g++ ca-certificates \
    spawn(opener, [url], { detached: true, stdio: "ignore" }).unref();
  const rulePath = path.join(cwd, env.rulesPath);

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

Alternatives to Krimto

same job, measured the same way
Agent Memory MCP
by xultrax-web

Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database.

113 installs/wk local only
Leteo
by asanabrial

Persistent memory for AI coding agents: one Rust binary, one local SQLite database.

54 installs/wk local only
Echo Memory
by ayushcodes10

Shared memory for AI agents, as a graph in your own Postgres. Writes never call an LLM.

answering
KEPTA — Agent Memory
by damiantodorovic

Local memory for AI agents. One SQLite file on your machine — no cloud, no account.

729 installs/wk 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
memex
by kioie

Local MCP memory for coding agents. SQLite on your machine — preferences persist across chats.

local only
I
MCP Toolbox for Databases
by googleapis

MCP Toolbox for Databases enables your agent to connect to your database.

local only
I
MCP Toolbox for Databases
by googleapis

MCP Toolbox for Databases enables your agent to connect to your database.

local only

Krimto — questions

Answers built from our own checks of this server.

Why is there no uptime for Krimto?
Krimto 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 @krimto-labs/krimto was installed 58 times last week.
How do I connect Krimto?
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 @krimto-labs/krimto straight from npm; nothing to host, nothing to sign up for.
How many people use Krimto?
The npm package @krimto-labs/krimto was installed 58 times in the last week. Week over week that is +103%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Krimto open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 6 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.