Skip to main content
Glama

SearXNG MCP Server

MIT License
  • Linux
  • Apple
run-inspector.sh•461 B
#!/bin/bash # Run MCP Inspector for SearXNG MCP Server # Set the SearXNG base URL export SEARXNG_BASE_URL="http://localhost:8080/" # Optional: Disable SSL verification for self-signed certificates export SEARXNG_VERIFY_SSL="false" echo "Starting MCP Inspector with SearXNG server..." echo "Base URL: $SEARXNG_BASE_URL" echo "SSL Verification: $SEARXNG_VERIFY_SSL" echo "" # Run the inspector npx @modelcontextprotocol/inspector python -m searxng_mcp_server

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/martinchen448/searxng-mcp-server'

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