Focus-free macOS control for AI agents: drive your real Mac apps in the background, no stolen focus.
claude mcp add hunch -- uvx hunch-sdk
claude_desktop_config.json
{
"mcpServers": {
"hunch": {
"command": "uvx",
"args": [
"hunch-sdk"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"hunch": {
"command": "uvx",
"args": [
"hunch-sdk"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hunch": {
"command": "uvx",
"args": [
"hunch-sdk"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"hunch": {
"type": "stdio",
"command": "uvx",
"args": [
"hunch-sdk"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"hunch": {
"command": "uvx",
"args": [
"hunch-sdk"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.PrithviSeran--hunch/reviews or the review_server meta-tool.
POST /mcp