mirror of
https://github.com/rohitg00/agentmemory.git
synced 2026-09-14 20:16:33 +08:00
37ea1b99ad
* feat: cursor marketplace plugin with native hooks and mcp config * fix: cursor payload compat and transcript prompt backfill in hooks * fix: plugin-root hook paths, backfill ordering, session-id fallbacks * docs: cursor plugin rows in readme, translations, and changelog * fix: cursor native-plugin card, broken agent logos * chore: sync openclaw and hermes plugin manifest versions * docs: openclaw hook permission and hermes tool count * chore: clawhub compat metadata for openclaw plugin * docs: tested openclaw and hermes install rows in readme
13 lines
245 B
JSON
13 lines
245 B
JSON
{
|
|
"mcpServers": {
|
|
"agentmemory": {
|
|
"command": "npx",
|
|
"args": ["-y", "@agentmemory/mcp"],
|
|
"env": {
|
|
"AGENTMEMORY_URL": "${AGENTMEMORY_URL}",
|
|
"AGENTMEMORY_SECRET": "${AGENTMEMORY_SECRET}"
|
|
}
|
|
}
|
|
}
|
|
}
|