> install memra local
one command. 30 seconds. free forever for personal use.
runs fully on your machine. no account. no cloud. works with claude code, cursor, zed, and any mcp-compatible tool.
‹ 01 ›
01
install + start
one pip install, then launch the mcp server. python 3.11+ required.
$ pip install memra-local
$ memra mcp
‹ 02 ›
02
wire it into your editor
drop the config snippet into your tool of choice. restart the editor and memra is available as an mcp server.
claude code
~/.claude/mcp.json
{
"mcpServers": {
"memra": {
"command": "memra",
"args": ["mcp"]
}
}
}
cursor
~/.cursor/mcp.json
{
"mcpServers": {
"memra": {
"command": "memra",
"args": ["mcp"]
}
}
}
zed
settings.json
{
"context_servers": {
"memra": {
"command": {
"path": "memra",
"args": ["mcp"]
}
}
}
}
‹ 03 ›
03
optional — auto-capture hooks
lets memra capture decisions and patterns as you work. skip it if you'd rather call memra explicitly.
terminal
$ memra hooks install
‹ 04 ›
04
verify
check the server is up and your editor can reach it.
terminal
$ memra status
want cross-device sync?
memra local is standalone. add a free account to sync memories across devices and team members — still eu-hosted, still privacy-first.