TinyContext
Rank #3,128io.github.TinySuiteHQ/tinycontext
Token-light local memory with SQLite hybrid retrieval for MCP agents.
TinyContext is a Model Context Protocol (MCP) server published by TinySuiteHQ. It ranks #3,128 of 115,460 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. TinyContext is listed across 2 registries — Official MCP and Glama, with 7 tracked versions. It was first listed on Jul 31, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 112,332 of 115,460 servers on MCP Toplist.
Use TinyContext
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tinycontext -e "MCP_TRANSPORT=<your MCP_TRANSPORT>" -e "TINYCONTEXT_CONFIG_PATH=<your TINYCONTEXT_CONFIG_PATH>" -e "TINYCONTEXT_MEMORY_DB_PATH=<your TINYCONTEXT_MEMORY_DB_PATH>" -e "TINYCONTEXT_MODELS_DIR=<your TINYCONTEXT_MODELS_DIR>" -- docker run -i --rm docker.io/marcellm01/tinycontext:v0.4.1Replace each placeholder with your own value before saving.
claude mcp add tinycontext -- uvx tinysuite-context[mcp_servers.tinycontext]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/marcellm01/tinycontext:v0.4.1"]
[mcp_servers.tinycontext.env]
MCP_TRANSPORT = "<your MCP_TRANSPORT>"
TINYCONTEXT_CONFIG_PATH = "<your TINYCONTEXT_CONFIG_PATH>"
TINYCONTEXT_MEMORY_DB_PATH = "<your TINYCONTEXT_MEMORY_DB_PATH>"
TINYCONTEXT_MODELS_DIR = "<your TINYCONTEXT_MODELS_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.tinycontext]
command = "uvx"
args = ["tinysuite-context"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"tinycontext": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/marcellm01/tinycontext:v0.4.1"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"TINYCONTEXT_CONFIG_PATH": "<your TINYCONTEXT_CONFIG_PATH>",
"TINYCONTEXT_MEMORY_DB_PATH": "<your TINYCONTEXT_MEMORY_DB_PATH>",
"TINYCONTEXT_MODELS_DIR": "<your TINYCONTEXT_MODELS_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tinycontext": {
"command": "uvx",
"args": [
"tinysuite-context"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tinycontext": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/marcellm01/tinycontext:v0.4.1"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"TINYCONTEXT_CONFIG_PATH": "<your TINYCONTEXT_CONFIG_PATH>",
"TINYCONTEXT_MEMORY_DB_PATH": "<your TINYCONTEXT_MEMORY_DB_PATH>",
"TINYCONTEXT_MODELS_DIR": "<your TINYCONTEXT_MODELS_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tinycontext": {
"command": "uvx",
"args": [
"tinysuite-context"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tinycontext": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/marcellm01/tinycontext:v0.4.1"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"TINYCONTEXT_CONFIG_PATH": "<your TINYCONTEXT_CONFIG_PATH>",
"TINYCONTEXT_MEMORY_DB_PATH": "<your TINYCONTEXT_MEMORY_DB_PATH>",
"TINYCONTEXT_MODELS_DIR": "<your TINYCONTEXT_MODELS_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"tinycontext": {
"type": "stdio",
"command": "uvx",
"args": [
"tinysuite-context"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tinycontext": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/marcellm01/tinycontext:v0.4.1"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"TINYCONTEXT_CONFIG_PATH": "<your TINYCONTEXT_CONFIG_PATH>",
"TINYCONTEXT_MEMORY_DB_PATH": "<your TINYCONTEXT_MEMORY_DB_PATH>",
"TINYCONTEXT_MODELS_DIR": "<your TINYCONTEXT_MODELS_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tinycontext": {
"command": "uvx",
"args": [
"tinysuite-context"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tinycontext": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/marcellm01/tinycontext:v0.4.1"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"TINYCONTEXT_CONFIG_PATH": "<your TINYCONTEXT_CONFIG_PATH>",
"TINYCONTEXT_MEMORY_DB_PATH": "<your TINYCONTEXT_MEMORY_DB_PATH>",
"TINYCONTEXT_MODELS_DIR": "<your TINYCONTEXT_MODELS_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"tinycontext": {
"command": "uvx",
"args": [
"tinysuite-context"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.TinySuiteHQ%2Ftinycontext)<a href="https://mcptoplist.com/server/io.github.TinySuiteHQ%2Ftinycontext"><img src="https://mcptoplist.com/badge/io.github.TinySuiteHQ%2Ftinycontext.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
TinySuiteHQ
Other servers by TinySuiteHQ
View all TinySuiteHQ servers →Available versions (7)
| Version | Published |
|---|---|
| 0.4.1 | Aug 25, 2026 |
| 0.4.0 | Aug 16, 2026 |
| 0.3.0 | Aug 15, 2026 |
| 0.2.2 | Aug 9, 2026 |
| 0.2.1 | Aug 4, 2026 |
| 0.2.0 | Jul 31, 2026 |
| 0.1.0 | Jul 31, 2026 |
Frequently asked questions
- Who maintains TinyContext?
- TinyContext is maintained by TinySuiteHQ, which publishes 2 MCP servers (14 total versions) tracked on MCP Toplist.
- Is TinyContext listed on the Official MCP Registry?
- Yes — TinyContext is listed on the Official MCP Registry, alongside Glama.
- How many versions does TinyContext have?
- MCP Toplist tracks 7 versions of TinyContext, most recently published on Aug 25, 2026.
- Where can I find the source code for TinyContext?
- The source code for TinyContext is hosted at github.com/TinySuiteHQ/TinyContext.