Skip to main content
Glama
lib.rs765 B
mod commands; mod db; #[cfg_attr(mobile, tauri::mobile_entry_point)] pub fn run() { tauri::Builder::default() .plugin(tauri_plugin_opener::init()) .setup(|_app| { // Initialize database db::init_db().expect("Failed to initialize database"); Ok(()) }) .invoke_handler(tauri::generate_handler![ commands::list_secrets, commands::get_secret, commands::create_secret, commands::update_secret, commands::delete_secret, commands::search_secrets, commands::write_env, commands::get_db_path, ]) .run(tauri::generate_context!()) .expect("error while running tauri application"); }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AKarenin/Secret-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server