mempalace-mcp-http
Click on "Install 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., "@mempalace-mcp-httpadd a memory about quantum computing"
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.
mempalace-mcp-http
HTTP transport for mempalace-mcp. One palace, many machines.
Prerequisites
mempalace must already be installed on the target machine:
uv tool install mempalace # or: pip install mempalaceThis tool extends mempalace — does not replace or install it.
Related MCP server: Levitate
Setup
curl -fsSL https://raw.githubusercontent.com/flejz/mempalace-mcp-http/master/setup.sh | bashOr clone and run:
git clone https://github.com/flejz/mempalace-mcp-http
cd mempalace-mcp-http
./setup.shDetects mempalace, installs HTTP deps, configures systemd service. If ~/.claude/settings.json exists, prompts to add (or replace existing mempalace entry with) the HTTP MCP config automatically.
Token management
mempalace-token is installed to ~/.local/bin/ during setup:
mempalace-token show # masked preview
mempalace-token reveal # full token
mempalace-token rotate # new token + restart service
mempalace-token remove # invalidate token — blocks all clientsremove replaces the token with an unguessable value (server stays auth-required, no valid token exists). Use rotate to recover access.
Claude Code config
Setup auto-configures via claude mcp add with a confirmation prompt. Manual command on any machine:
claude mcp add --transport http mempalace \
http://<palace-host>:8765/mcp \
--header "Authorization: Bearer <token>"Replaces the standard stdio entry (python -m mempalace.mcp_server) — setup.sh detects it and prompts automatically.
For non-Claude clients, equivalent settings.json entry:
{
"mcpServers": {
"mempalace": {
"type": "http",
"url": "http://<palace-host>:8765/mcp",
"headers": { "Authorization": "Bearer <token>" }
}
}
}Env vars
Var | Default | Purpose |
|
| Listen port |
|
| Bind address |
| (unset = open) | Bearer auth token |
How it works
Calls
mempalace.mcp_server.handle_request()directly — no subprocess, no protocol proxyingthreading.Lockserializes all calls — sqlite-safe under concurrent clients1:1 tool mapping — all mempalace tools available, auto-updated when mempalace upgrades
Health check
curl http://localhost:8765/health
# {"status":"ok","mempalace":"3.x.x"}Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceHTTP bridge that exposes MCP tools via POST endpoint, enabling remote LLMs to access local functionality with bearer authentication.-
- AlicenseNot gradedqualityAmaintenanceLifts local stdio MCP servers into remote Streamable HTTP endpoints for cloud-hosted AI clients, with bearer-token auth and tool policy filtering.11MIT
- FlicenseNot gradedqualityCmaintenanceExposes mempalace memory tools over HTTP MCP for agent consumption.-
- FlicenseNot gradedqualityBmaintenanceThis MCP server provides a Streamable HTTP endpoint with bearer token authentication, exposing echo and add tools, and an info resource for remote client integration.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/flejz/mempalace-mcp-http'
If you have feedback or need assistance with the MCP directory API, please join our Discord server