We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/microsandbox/microsandbox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[target.'cfg(target_os = "macos")']
rustflags = [
"-C",
"link-args=-Wl,-rpath,@executable_path/../lib,-rpath,@executable_path,-rpath,@executable_path/../../../build",
]
[target.'cfg(not(target_os = "macos"))']
rustflags = [
"-C",
"link-args=-Wl,-rpath,\\$$ORIGIN/../lib,-rpath,\\$$ORIGIN,-rpath,\\$$ORIGIN/../../../build",
]