mcp-context-server
An MCP server that provides persistent multimodal context storage for LLM agents.
Package Details
mcp-context-server
Environment Variables
Log level
Maximum individual image size in megabytes
Maximum total request size in megabytes
Custom database file location path
Maximum number of concurrent read connections in the pool
Maximum number of concurrent write connections in the pool
Connection timeout in seconds
Idle connection timeout in seconds
Connection health check interval in seconds
Maximum number of retry attempts for failed operations
Base delay in seconds between retry attempts
Maximum delay in seconds between retry attempts
Enable random jitter in retry delays
Exponential backoff multiplication factor for retries
Enable SQLite foreign key constraints
SQLite journal mode (e.g., WAL, DELETE)
SQLite synchronous mode (e.g., NORMAL, FULL, OFF)
SQLite temporary storage location (e.g., MEMORY, FILE)
SQLite memory-mapped I/O size in bytes
SQLite cache size (negative value for KB, positive for pages)
SQLite page size in bytes
SQLite WAL autocheckpoint threshold in pages
SQLite busy timeout in milliseconds
SQLite WAL checkpoint mode (e.g., PASSIVE, FULL, RESTART)
Server shutdown timeout in seconds
Test mode shutdown timeout in seconds
Queue operation timeout in seconds
Test mode queue timeout in seconds
Circuit breaker failure threshold before opening
Circuit breaker recovery timeout in seconds
Maximum calls allowed in circuit breaker half-open state
Enable semantic search functionality
Ollama API host URL for embedding generation
Embedding model name for semantic search
Embedding vector dimensions