MCP Server
MCP
io.github.TinySuiteHQ/tinycontext
Token-light local memory with SQLite hybrid retrieval for MCP agents.
Install
oci:docker.io/marcellm01/tinycontext:v0.4.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/marcellm01/tinycontext:v0.4.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "MCP transport to serve: stdio (default), sse, or streamable-http.",
"name": "MCP_TRANSPORT"
},
{
"description": "Path to a context_config.json inside the container.",
"name": "TINYCONTEXT_CONFIG_PATH"
},
{
"description": "Path to the TinyContext SQLite database.",
"name": "TINYCONTEXT_MEMORY_DB_PATH"
},
{
"description": "Directory used for downloaded ONNX embedding bundles.",
"name": "TINYCONTEXT_MODELS_DIR"
}
]
},
{
"registryType": "pypi",
"identifier": "tinysuite-context",
"version": "0.4.0",
"transport": {
"type": "stdio"
}
}
]
}
mcp
model-context-protocol
oci
pypi
By
Comments
Sign in to leave a comment