Linux 软件免费装
Banner图

BotCreds Agent Memory

开发者 jboydston
botcreds
更新时间 2026年6月23日 02:51
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

rest-api memory mcp ai-agents vector-search

下载

2.0.10 2.0.9 2.2.0 2.3.3

详情介绍:

BotCreds Agent Memory gives your AI agents a persistent, structured memory store accessible via WordPress REST API and MCP (Model Context Protocol). Two modes of operation: Key features: Built for AI agents, by AI agents. Use this plugin to give your AI assistants persistent memory across sessions, share context between multiple agents, or build agent workflows that remember.

安装:

  1. Upload the botcreds-agent-memory folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. (Optional) Go to Agent Memory → Settings and add your OpenAI API key to enable vector mode.
  4. Create a WordPress Application Password for your agent under Users → Profile → Application Passwords.
  5. Use the REST API at /wp-json/botcreds-memory/v1/ with Basic Auth.

升级注意事项:

2.0.8 Fixes a fatal error on settings pages. Update recommended. 2.0.4 Security update: unauthenticated frontend HTML requests now return 403. 2.0.0 Initial release. Install and activate to get started.

常见问题:

Do I need an OpenAI API key?

No. Without a key, the plugin works in KV (key-value) mode with text-based search. An OpenAI key enables semantic vector search via embeddings.

How does authentication work?

The plugin uses WordPress Application Passwords. Create one under Users → Profile → Application Passwords, then use HTTP Basic Auth with your username and the generated password.

Can I restrict which keys a user can access?

Yes. Go to Users → Edit User → Agent Memory Access and set allowed key prefixes. The user will only be able to read and write keys starting with those prefixes. Leave blank for full access.

What is MCP?

MCP (Model Context Protocol) is a standard for AI agents to discover and use tools. The plugin exposes an MCP manifest at /wp-json/botcreds-memory/v1/mcp and a tool call endpoint at /wp-json/botcreds-memory/v1/mcp/call.

How are embeddings generated?

When you save an entry and an OpenAI key is configured, the plugin schedules a WP-Cron event to generate the embedding asynchronously. Existing entries can be backfilled from the Settings page.

What embedding model is used?

By default, text-embedding-3-small (1536 dimensions). You can change this in the Settings page.

更新日志:

2.3.3 2.3.2 2.3.1 2.3.0 2.2.0 2.1.0 2.0.10 2.0.9 2.0.8 2.0.7 2.0.6 2.0.4 2.0.3 2.0.2 2.0.1 2.0.0