We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seabassgonzalez/mcp-browser-screenshot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
cmake_minimum_required(VERSION 3.25)
find_package(cmake-bare REQUIRED PATHS node_modules/cmake-bare)
project(bare_os C)
add_bare_module(bare_os)
target_sources(
${bare_os}
PRIVATE
binding.c
)