What is the Memory OS AI MCP server?
Adaptive memory for AI agents — FAISS search, chat extraction, cross-project linking
How to install Memory OS AI
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"memory-os-ai": {
"command": "uvx",
"args": [
"memory-os-ai"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"memory-os-ai": {
"command": "uvx",
"args": [
"memory-os-ai"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"memory-os-ai": {
"command": "uvx",
"args": [
"memory-os-ai"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"memory-os-ai": {
"type": "stdio",
"command": "uvx",
"args": [
"memory-os-ai"
]
}
}
}Claude Code
claude mcp add memory-os-ai -- uvx memory-os-aiRelated MCP servers
138-tool MCP server for AI agent firms: security, A2A, Hebbian memory, fleet mgmt
View repository →