We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oculairmedia/Letta-MCP-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "letta-mcp-server",
"version": "3.0.0",
"description": "High-performance MCP server for Letta AI — manages agents, memory, tools, and sources via the Model Context Protocol",
"keywords": [
"mcp",
"letta",
"ai",
"agents",
"memory",
"model-context-protocol",
"rust"
],
"homepage": "https://github.com/oculairmedia/Letta-MCP-server#readme",
"bugs": {
"url": "https://github.com/oculairmedia/Letta-MCP-server/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oculairmedia/Letta-MCP-server.git"
},
"license": "MIT",
"author": "Oculair Media",
"bin": {
"letta-mcp": "bin/letta-mcp"
},
"files": [
"bin/letta-mcp",
"README.md",
"LICENSE"
],
"optionalDependencies": {
"letta-mcp-darwin-x64": "3.0.0",
"letta-mcp-darwin-arm64": "3.0.0",
"letta-mcp-linux-x64": "3.0.0",
"letta-mcp-linux-arm64": "3.0.0",
"letta-mcp-windows-x64": "3.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"preferUnplugged": true
}