smart-web✓
io.github.rich-jojo/smart-web · v0.8.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.rich-jojo/smart-web",
"description": "Web search, direct-URL fetch, crawl, and docs export MCP. smartfetch for URLs.",
"title": "smart-web",
"repository": {
"url": "https://github.com/rich-jojo/smart-web",
"source": "github"
},
"version": "0.8.4",
"packages": [
{
"registryType": "npm",
"identifier": "smart-web-mcp",
"version": "0.8.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional path to a `smart-web` settings JSON file. If omitted, the server reads `~/.config/smart-web/settings.json` when present.",
"format": "string",
"name": "SMART_WEB_SETTINGS_FILE"
},
{
"description": "Optional temp root for smart-web dev snapshots and export staging. If omitted, smart-web uses a platform cache directory instead of an ambient home-directory temp path.",
"format": "string",
"name": "SMART_WEB_TMP_DIR"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}