Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
SearXNG Model Context Protocol Server
Claim
by
aeon-seraph
GitHub
Search
TypeScript
MIT License
1
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
Dockerfile
.dockerignore
.gitignore
LICENSE
package.json
package-lock.json
README.md
tsconfig.json
{ "type": "module", "bin": { "searxng-mcp": "build/index.js" }, "name": "searxng-mcp", "version": "1.0.0", "main": "index.js", "scripts": { "build": "tsc && node --input-type=module -e \"import { promises as fs } from 'fs'; await fs.chmod('build/index.js', '755');\"", "prepare": "npm run build", "watch": "tsc --watch" }, "keywords": [], "author": "aeon-seraph", "license": "MIT", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.9", "typescript": "^5.8.2" } }