We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/8b-is/smart-tree'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
lib.rs•153 B
// lib.rs - Main library file
pub mod user_service;
pub mod auth_handler;
pub use user_service::{UserService, User};
pub use auth_handler::AuthHandler;