{
  "service": "Context Keeper MCP",
  "status": "ACTIVE",
  "description": "Preserves AI-human conversation context and relationship dynamics",
  "endpoints": {
    "POST /context/save": "Save conversation context",
    "GET /context/latest/{project}": "Get latest context for project",
    "GET /context/search?keywords=": "Search contexts by keywords",
    "GET /context/all": "List all contexts",
    "DELETE /context/{id}": "Delete specific context"
  },
  "database": "D1 SQLite",
  "author": "Ryfe & Claude Partnership"
}