We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/doobidoo/mcp-memory-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Litestream Master Configuration for narrowbox.local (FIXED)
# This configuration sets up the remote server as the master database
dbs:
- path: /home/hkr/.local/share/mcp-memory/sqlite_vec.db
replicas:
# HTTP replica for serving to clients
- name: "http-replica"
type: file
path: /var/www/litestream/mcp-memory
sync-interval: 10s
# Local backup
- name: "backup-replica"
type: file
path: /backup/litestream/mcp-memory
sync-interval: 1m
# Performance settings
checkpoint-interval: 30s
wal-retention: 10m