Letta-MCP-server

oculairmedia/Letta-MCP-server
★ 68 stars Rust 🤖 AI/LLM Updated 17d ago
MCP server to manage letta server and comunicate with agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "letta-mcp-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "Letta-MCP-server"
      ]
    }
  }
}