mcpbeat Sign in

Tinycontext MCP Server

local only

Tinycontext runs on your own machine — the client starts it, so there is no endpoint to ping. 523 installs a week from pypi. Last commit 5 Sep 2026.

Token-light local memory with SQLite hybrid retrieval for MCP agents.

Installs per day peak 523 · avg 104 · -11% w/w
a month agotoday
523
Installs / week
pypi · tinysuite-context
8
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Tinycontext every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Tinycontext

same job, measured the same way
Memkeeper
by teflon07

Local-first memory for AI agents: on-device hybrid retrieval over a single SQLite file.

local only
Engram Server
by jamjet-labs

Durable memory for AI agents: fact extraction, hybrid retrieval, temporal graph. SQLite/Postgres.

local only
agentmem
by oxgeneral

Lightweight persistent memory for AI agents. Hybrid search. 16 tools. One SQLite file.

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
rmbr
by srock44

Embedded, local-first memory and retrieval for AI agents. One SQLite file, no server, no API key.

130 installs/wk local only
Infino AI
by infino-ai

Keyword, semantic, hybrid, and SQL retrieval for AI agents, local or on Infino Cloud.

125 installs/wk local only
LLM Kosh
by rastogivaibhav

Local-first AI memory cartridge with persistent MCP memory for Claude via SQLite FTS5.

85 installs/wk local only
Th Memory MCP
by worakorn-prince

Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor

449 installs/wk local only

Tinycontext — questions

Answers built from our own checks of this server.

Why is there no uptime for Tinycontext?
Tinycontext 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 tinysuite-context was installed 523 times last week.
How do I connect Tinycontext?
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 tinysuite-context straight from pypi; nothing to host, nothing to sign up for.
How many people use Tinycontext?
The pypi package tinysuite-context was installed 523 times in the last week. Week over week that is -11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tinycontext open source?
Yes — it is published under the MIT licence, written in Python and 8 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.