Loading MCP server directory, please wait...
Token-light local memory with SQLite hybrid retrieval for MCP agents.
npx @getmcp/cli add io.github.TinySuiteHQ/tinycontextRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.TinySuiteHQ/tinycontext": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MCP_TRANSPORT",
"-e",
"TINYCONTEXT_CONFIG_PATH",
"-e",
"TINYCONTEXT_MEMORY_DB_PATH",
"-e",
"TINYCONTEXT_MODELS_DIR",
"docker.io/marcellm01/tinycontext:v0.2.0"
],
"env": {
"MCP_TRANSPORT": "",
"TINYCONTEXT_CONFIG_PATH": "",
"TINYCONTEXT_MEMORY_DB_PATH": "",
"TINYCONTEXT_MODELS_DIR": ""
}
}
}
}