BotCreds Agent Memory

Portable memory store for AI agents. REST API + MCP endpoint. KV mode by default, semantic vector search when OpenAI key is configured.

1 database table

Table NameDescriptionMethod
wp_botcreds_memory_revisionsStores botcreds memory revisions data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:blog_publicOption key:botcreds_memory_backfill_cursorOption key:botcreds_memory_db_versionOption key:botcreds_memory_embedding_modelOption key:botcreds_memory_hardenedOption key:botcreds_memory_openai_keyOption key:default_comment_status
wp_usermeta
User meta