Palace MCP Server

A local-first memory retrieval engine for coding agents, implemented in Rust. This project stores verbatim project and conversation memory, embeds it locally, and retrieves source-grounded context through MCP. It is built for coding agents that need to remember decisions, prior fixes, commands, project conventions, and user preferences across sessions without running a separate vector database.

People who need coding agent tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 4 · #166 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

MIT · Rust servers · how we verify → /methodology

01 · Install Palace

Claude Desktop

Settings → Extensions → Install, then select the https://github.com/AncientiCe/palace-rs/releases/download/v0.13.0/palace-0.13.0.mcpb .mcpb bundle

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 Claude Desktop extension (.mcpb bundle)

license MIT - declared in the repository

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

03 · What Palace can do

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

Latest releases

v0.13.0 · 2026-08-17

[0.13.0] - 2026-08-17 · Added · mine is now a sync, not a one-shot ingest - re-running palace mine · (or the MCP palace_mine tool) against a project you already mined used to · skip every file that already had drawers…

v0.12.0 · 2026-08-03

[0.12.0] - 2026-08-03 · Fixed · palace mine hangs/timeouts on larger-but-not-huge projects - mining · wrote every drawer, and every unique BM25 term within it, as its own · separate SQLite autocommit transaction with…

v0.11.0 · 2026-07-07

[0.11.0] - 2026-07-07 · Added · Memory protocol via MCP initialize instructions - the server now sends · the profile-aware Palace Memory Protocol in InitializeResult.instructions. · Clients that honor the field (Claude…

04 · Who maintains Palace

Palace is maintained by ancientice. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
coding agent - ranked #166 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-17)
registry
io.github.AncientiCe/palace-rs (active, first published 2026-07-02 · 5 versions)
packages
mcpb:https://github.com/AncientiCe/palace-rs/releases/download/v0.13.0/palace-0.13.0.mcpb

06 · Palace FAQ

What is Palace?

A local-first memory retrieval engine for coding agents, implemented in Rust. This project stores verbatim project and conversation memory, embeds it locally, and retrieves source-grounded context through MCP. It is built for coding agents that need to remember decisions, prior fixes, commands, project conventions, and user preferences across sessions without running a separate vector database.

Is Palace still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-18 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

07 · Alternatives to Palace

More coding agent MCP servers · Anima MCP Server · Cartograph · Token Save · Aperion Shield · Rosetta MCP Server

More Rust MCP servers · Devcontainer MCP · Webshift · Tempera · see all