We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seekrays/seekcode'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
main.rs•183 B
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
seekcode_lib::run()
}