Odel
TinyContext

TinyContext

Local
@tinysuitehq8PythonMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/marcellm01/tinycontext:v0.5.0

Run

docker run -i --rm docker.io/marcellm01/tinycontext:v0.5.0

MCP client config

{
  "mcpServers": {
    "tinycontext": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/marcellm01/tinycontext:v0.5.0"
      ]
    }
  }
}
PyPItinysuite-contextv0.5.0

Run

uvx tinysuite-context

MCP client config

{
  "mcpServers": {
    "tinycontext": {
      "command": "uvx",
      "args": [
        "tinysuite-context"
      ]
    }
  }
}