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
mod.rs•403 B
//! MCP Tools for Letta Server
//!
//! This module contains all the consolidated tool implementations.
//! Each module represents one of the 7 consolidated tools.
pub mod agent_advanced;
pub mod file_folder_ops;
pub mod job_monitor;
pub mod mcp_ops;
pub mod memory_unified;
pub mod memory_utils;
pub mod response_utils;
pub mod source_manager;
pub mod tool_manager;
#[cfg(test)]
pub mod test_helpers;