@opvs-ai/mcp-agentmemory
v0.1.0
Published
OPVS agentmemory — scoped MCP server (4 tools). Memory search + add memories for AI agents
Maintainers
Readme
@opvs-ai/mcp-agentmemory
Scoped MCP server for OPVS AgentMemory — 4 tools for persistent agent memory (search, add, stats).
Install
npm install -g @opvs-ai/mcp-agentmemoryAuth
Shares ~/.opvs/config.json with @opvs-ai/cli. See @opvs-ai/mcp-agentboard if not yet configured.
MCP client config
{
"mcpServers": {
"opvs-agentmemory": {
"command": "opvs-mcp-agentmemory"
}
}
}What's in it
4 tools: searchMemories, recallRelevant, createMemory, getStats. Long-term memory that persists across agent sessions, with semantic + FTS hybrid search.
See AgentMemory SKILL.md.
