Skip to content
Cursor

tinycontext for Cursor

io.github.tinysuitehq/tinycontext

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

client:Cursor transport:stdio runtime:oci

Install tinycontext in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tinycontext": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/marcellm01/tinycontext:v0.5.0"
      ],
      "env": {
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "TINYCONTEXT_CONFIG_PATH": "<TINYCONTEXT_CONFIG_PATH>",
        "TINYCONTEXT_MEMORY_DB_PATH": "<TINYCONTEXT_MEMORY_DB_PATH>",
        "TINYCONTEXT_MODELS_DIR": "<TINYCONTEXT_MODELS_DIR>",
        "OTEL_SERVICE_NAME": "<OTEL_SERVICE_NAME>",
        "OTEL_EXPORTER_OTLP_ENDPOINT": "<OTEL_EXPORTER_OTLP_ENDPOINT>",
        "OTEL_EXPORTER_OTLP_PROTOCOL": "<OTEL_EXPORTER_OTLP_PROTOCOL>",
        "OTEL_EXPORTER_OTLP_HEADERS": "<OTEL_EXPORTER_OTLP_HEADERS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tinycontext in other clients