Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"letta": {
"env": {
"LETTA_BASE_URL": "http://localhost:8283",
"LETTA_PASSWORD": "your-password"
},
"command": "letta-mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A high-performance Model Context Protocol (MCP) server for Letta AI, built with Rust and the TurboMCP framework.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'letta-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked letta-mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
An autonomous agent that conducts deep research on any data using any LLM providers
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
MCP Security Weekly
Get CVE alerts and security updates for Letta MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A high-performance Model Context Protocol (MCP) server for Letta AI, built with Rust and the TurboMCP framework.
tokio::join! and buffer_unorderedobject/array types with per-parameter descriptions (no generic Value params)npm install -g letta-mcp-server
The correct binary for your platform is installed automatically.
| Platform | Package |
|---|---|
| macOS Intel | letta-mcp-darwin-x64 |
| macOS Apple Silicon | letta-mcp-darwin-arm64 |
| Linux x64 | letta-mcp-linux-x64 |
| Linux arm64 | letta-mcp-linux-arm64 |
| Windows x64 | letta-mcp-windows-x64 |
docker pull ghcr.io/oculairmedia/letta-mcp-server-rust:rust-latest
docker run -d \
-p 6507:6507 \
-e LETTA_BASE_URL=http://your-letta-instance:8283 \
-e LETTA_PASSWORD=your-password \
-e TRANSPORT=http \
--name letta-mcp \
ghcr.io/oculairmedia/letta-mcp-server-rust:rust-latest
services:
letta-mcp:
image: ghcr.io/oculairmedia/letta-mcp-server-rust:rust-latest
container_name: letta-mcp
restart: unless-stopped
ports:
- '6507:6507'
environment:
LETTA_BASE_URL: ${LETTA_BASE_URL}
LETTA_PASSWORD: ${LETTA_PASSWORD}
TRANSPORT: http
PORT: 6507
RUST_LOG: info
env_file:
- .env
healthcheck:
test: ['CMD-SHELL', "timeout 1 bash -c '</dev/tcp/localhost/6507' || exit 1"]
interval: 30s
timeout: 10s
retries: 3
| Variable | Required | Default | Description |
|---|---|---|---|
LETTA_BASE_URL | Yes | — | Letta API URL (e.g. http://localhost:8283) |
LETTA_PASSWORD | Yes | — | Letta API password |
TRANSPORT | No | stdio | Transport mode: stdio or http |
PORT | No | 6507 | HTTP port (when TRANSPORT=http) |
RUST_LOG | No | info | Log level: debug, info, warn, error |
RUST_BACKTRACE | No | 0 | Enable backtraces (0 or 1) |
LETTA_MCP_MAX_VALUE_LEN | No | 500 | Max characters for block/passages/search values |
LETTA_MCP_CORE_MEMORY_PREVIEW_LEN | No | 200 | Max characters for core memory previews |
The server provides 7 consolidated tools with 103 operations:
| Tool | Operation