Skip to content

feat: add mcp-searxng server#383

Merged
JAORMX merged 1 commit intostacklok:mainfrom
rcdailey:feat/add-mcp-searxng
Feb 7, 2026
Merged

feat: add mcp-searxng server#383
JAORMX merged 1 commit intostacklok:mainfrom
rcdailey:feat/add-mcp-searxng

Conversation

@rcdailey
Copy link
Contributor

@rcdailey rcdailey commented Feb 5, 2026

Summary

Add packaging for mcp-searxng MCP server to Dockyard.

MCP server for SearXNG search engine integration. Enables AI assistants to perform web searches using a self-hosted SearXNG instance.

Split from #362 per maintainer request.

Note: Security scan may require environment variable configuration per maintainer's comment on #362.

@JAORMX
Copy link
Collaborator

JAORMX commented Feb 7, 2026

It seems the security scanner is failing to run to analyse this MCP server. The reason is that the MCP needs an environment variable to work.

❌ ⚠️ Configuration Issues: SEARXNG_URL not set. Set SEARXNG_URL (e.g., http://localhost:8080 or https://search.example.com)/
Error during scanning: Unable to connect to stdio MCP server with command npx. Please verify the command is correct and executable. Original error: Connection closed

❌ Error: No JSON output found for mcp-searxng
Error: Process completed with exit code 1.

The fix would be to add the following to the spec:

# Security configuration
security:
  # Mock env vars allow security scanning without real credentials
  mock_env:
    - name: SEARXNG_URL
      value: "http://example.com"
      description: "searxng url - mock value for security scanning"

Here's a sample: https://github.com/stacklok/dockyard/pull/372/changes

Add MCP server for SearXNG search engine integration.

Package: https://www.npmjs.com/package/mcp-searxng
Repository: https://github.com/ihor-sokoliuk/mcp-searxng

Signed-off-by: Robert Dailey <git@rdailey.me>
@rcdailey rcdailey force-pushed the feat/add-mcp-searxng branch from d847858 to bfe7234 Compare February 7, 2026 14:33
@rcdailey
Copy link
Contributor Author

rcdailey commented Feb 7, 2026

Done. Thank you!

@github-actions
Copy link

github-actions bot commented Feb 7, 2026

🔒 MCP Security Scan Results

✅ mcp-searxng

  • Status: Passed
  • Tools scanned: 2
  • Result: No security issues detected

Summary: Scanned 1 MCP server(s), all passed security checks. ✅

@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@JAORMX JAORMX merged commit 6ef21ee into stacklok:main Feb 7, 2026
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants