app-svc-mempalace
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@app-svc-mempalaceRemember that my car is parked in spot 42"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
app-svc-mempalace
MemPalace MCP server — exposes the mempalace memory tools over HTTP MCP for agent consumption.
What it does
Wraps python -m mempalace mcp (stdio) with mcp-proxy to serve MCP over HTTP/SSE on port 8765. A FastAPI health endpoint runs on port 8080.
Related MCP server: memorybank
Architecture
Agent (VS Code / Claude)
→ Cloudflare Access (auth)
→ Cloudflare Tunnel
→ Istio HTTPRoute (mempalace.treistack.com)
→ mcp-proxy (:8765)
→ python -m mempalace mcp (stdio)
→ ChromaDB (local vector store, PVC-backed)Image
Published to ghcr.io/trei-stacks/app-svc-mempalace on every release.
Cluster deployment
The cluster deployment lives in gitops-k8s-platform/clusters/talos-home-lab/platform/mempalace/.
On release, the GitOps workflow opens a PR to update the image tag.
Environment variables
Variable | Default | Description |
|
| Port for mcp-proxy (MCP HTTP transport) |
|
| Port for FastAPI health endpoint |
|
| Directory where mempalace stores its palace data |
This server cannot be deployed
Maintenance
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
Host your MCP tool over streamable HTTP in one command.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn HTTP MCP gateway that wraps the mempalace Python CLI, enabling per-user memory palaces for storing and retrieving personal data.MIT
- FlicenseNot gradedqualityCmaintenancePortable long-term memory store for agents, exposed over MCP.-
- AlicenseNot gradedqualityDmaintenanceProvides a memory layer for personal agents, enabling MCP-compatible agents to store and query profile, factual, episodic, and procedural memory.MIT
- FlicenseNot gradedqualityDmaintenanceEnables remote access to the MemPalace MCP server via HTTP, supporting bearer token authentication and concurrent clients while exposing all mempalace tools.-