Skip to main content
Glama

SearXNG MCP Server

by pwilkin
chmod-if-unix.cjs295 B
// scripts/chmod-if-unix.js const { chmodSync, existsSync } = require('fs'); const { platform } = require('os'); if (platform() !== 'win32') { const file = './build/index.js'; if (existsSync(file)) { chmodSync(file, 0o755); console.log('Set executable permission on:', file); } }

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/pwilkin/mcp-searxng-public'

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