Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Letta MCP Server
Claim
by
oculairmedia
GitHub
Knowledge & Memory
Developer Tools
JavaScript
MIT License
6
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
Letta-MCP-server
src
sse_docker_version
.env.example
.gitignore
LICENSE
package.json
package-lock.json
README.md
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "ES2022", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "outDir": "build", "rootDir": "src", "skipLibCheck": true, "declaration": true }, "include": ["src/**/*"], "exclude": ["node_modules", "build"] }