What is the io.github.omega-memory/core MCP server?
Persistent memory for AI coding agents. #1 on LongMemEval. Local-first.
How to install io.github.omega-memory/core
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": {
"core": {
"command": "uvx",
"args": [
"omega-memory"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"core": {
"command": "uvx",
"args": [
"omega-memory"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"core": {
"command": "uvx",
"args": [
"omega-memory"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"core": {
"type": "stdio",
"command": "uvx",
"args": [
"omega-memory"
]
}
}
}Claude Code
claude mcp add core -- uvx omega-memoryRelated MCP servers
Persistent memory, coordination, and learning for AI agents. Local-first, 25 MCP tools.
View repository →