Tempera MCP Server

Tempera gives Claude Code a persistent memory that learns from experience. Instead of starting fresh each session, Claude can recall past solutions, learn what works, and get smarter over time. It runs locally over stdio via the published package.

People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-05-29 · ★ 5 · #145 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

Apache-2.0 · Rust servers · how we verify → /methodology

01 · Install Tempera

Claude Code

claude mcp add anvanster-tempera -- npx -y @astudioplus/tempera-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "anvanster-tempera": {
      "command": "npx",
      "args": [
        "-y",
        "@astudioplus/tempera-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @astudioplus/tempera-mcp - the @astudioplus scope differs from the repo owner (anvanster); confirm it's the project's official package

registry namespace io.github.anvanster is GitHub-verified and matches the repo owner

03 · What Tempera can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.3 · 2026-01-28

04 · Who maintains Tempera

tempera is maintained by anvanster. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
memory - ranked #145 of 259 actively-maintained memory servers as of 2026-08-25.
registry
io.github.anvanster/tempera (active, first published 2026-05-29 · 2 versions)
packages
npm:@astudioplus/tempera-mcp

06 · Tempera FAQ

What is Tempera?

Tempera gives Claude Code a persistent memory that learns from experience. Instead of starting fresh each session, Claude can recall past solutions, learn what works, and get smarter over time. It runs locally over stdio via the published package.

Is Tempera still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-29. We re-verify nightly.

How do I install Tempera?

Run `npx -y @astudioplus/tempera-mcp`. You can also paste the ready-made client config above.

Does Tempera run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Tempera

Pairs well with

Servers that cover what Tempera doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58

More memory MCP servers · Nahuali · Vlk MemAct · Archetypal AI · Memory Kernel · Bhived MCP

More Rust MCP servers · Token Save · Aperion Shield · Zsh Tool · see all