Skip to main content
Glama

LLM Researcher

by Code-Hex
package.json1.4 kB
{ "name": "light-research-mcp", "version": "1.0.0", "description": "A lightweight MCP server for LLM orchestration with DuckDuckGo search and content extraction", "main": "dist/index.js", "type": "module", "bin": { "llmresearcher": "./dist/bin/llmresearcher.js" }, "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "start": "node dist/bin/llmresearcher.js", "mcp": "node dist/bin/llmresearcher.js --mcp", "test": "vitest", "test:run": "vitest run", "type-check": "tsc --noEmit", "install-browsers": "pnpm dlx playwright install chromium", "clean": "rm -rf dist" }, "packageManager": "pnpm@10.8.0", "keywords": [ "mcp", "llm", "browser", "cli", "duckduckgo", "content-extraction", "typescript" ], "author": "Code-Hex", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.3", "@mozilla/readability": "^0.5.0", "cheerio": "^1.0.0-rc.12", "commander": "^11.1.0", "dompurify": "^3.0.7", "dotenv": "^16.3.1", "jsdom": "^23.0.1", "playwright": "^1.40.1", "turndown": "^7.1.2" }, "devDependencies": { "@types/jsdom": "^21.1.6", "@types/node": "^20.19.1", "@types/turndown": "^5.0.4", "tsup": "^8.0.1", "typescript": "^5.3.3", "vitest": "^1.1.0" }, "engines": { "node": ">=20.0.0" } }

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/Code-Hex/light-research-mcp'

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