Catalog
0pi
Officialby dizzydes
Free, 2hr expiry agent storage to cache contexts, bridge workflows, or dump data.
Short-term context storage with 2-hour expiry for agent workflows and data caching.
README not available yet.
Install
Configuration
Environment variables
OPI_API_URLdefault https://0pi.devAPI endpoint for 0pi service
OPI_LOG_DIRdefault ./logsDirectory for conversation logs
claude_desktop_config.json
{
"mcpServers": {
"0pi": {
"command": "npx",
"args": [
"-y",
"@0pi/mcp-server@1.0.3"
],
"env": {
"OPI_API_URL": "https://0pi.dev",
"OPI_LOG_DIR": "./logs"
}
}
}
}