@echo off
REM Run MCP Inspector for SearXNG MCP Server
REM Set the SearXNG base URL
set SEARXNG_BASE_URL=http://localhost:8080/
REM Disable SSL verification for local instance
set SEARXNG_VERIFY_SSL=false
echo Starting MCP Inspector with SearXNG server...
echo Base URL: %SEARXNG_BASE_URL%
echo SSL Verification: %SEARXNG_VERIFY_SSL%
echo.
REM Run the inspector
npx @modelcontextprotocol/inspector python -m searxng_mcp_server
pause
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