Letta-MCP-server
by oculairmedia
Overview
A Model Context Protocol (MCP) server that provides comprehensive tools for agent management, memory operations, and integration with the Letta system.
Installation
letta-mcpEnvironment Variables
- LETTA_BASE_URL
- LETTA_PASSWORD
Security Notes
The server acts as a proxy to a Letta backend. The `upload_tool` explicitly handles user-provided Python source code, which the Letta backend then processes. If the Letta backend's execution environment is not sufficiently sandboxed, this could lead to arbitrary code execution vulnerabilities. The `export_agent` tool allows specifying an `xbackbone_url` and `xbackbone_token` as arguments, overriding environment variables. A compromised or socially engineered agent could be instructed to export sensitive data to a malicious external server using this mechanism. While the HTTP transport includes origin validation and protocol version checks, these core functionalities pose significant risks if not managed with extreme caution on the backend and by trusting user inputs.
Similar Servers
agentor
A framework for building, prototyping, and deploying scalable AI Agents with integrated tools and support for MCP and A2A communication protocols.
mcp-servers
An MCP Server for robust web content fetching, anti-bot bypassing, intelligent caching, and LLM-powered information extraction from the open internet, designed for agent-building frameworks and MCP clients.
ncp
A unified Model Context Protocol (MCP) orchestrator that enables semantic tool discovery, management, scheduling, and execution across a diverse ecosystem of connected AI tools and services.
mmcp
Manages Model Context Protocol (MCP) server definitions in a central configuration and applies them to various AI agent tools.