DEWEY SOC codes classifier. for Claude Desktop
io.github.scoutexchange/dewey
Classification service to seamlessly retrieve SOC codes for job titles and descriptions.
client:Claude Desktop
transport:streamable-http
Install DEWEY SOC codes classifier. in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dewey": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://dewey-lro-test.lro.goscoutgo.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs