Letta-MCP-server
18
The Letta MCP Server is designed for managing agents and memory functions within the Letta system. It offers extensive tool support and is configurable through Node.js and Docker.
How do I create a new agent?
Use the 'create_agent' tool with required parameters such as name and description.
Can I run the server using Docker?
Yes, you can build and run the server locally using Docker or use the public image available on GitHub Container Registry.
What transport methods are supported?
The server supports SSE and stdio transport methods.
How do I update the server to the latest version?
Use Docker commands to pull the latest image, stop the current container, remove it, and run the updated image.
Is it possible to integrate with remote Letta instances?
Yes, you can configure remote instances using the URL configuration in your MCP settings.