{
  "name": "tabai",
  "display_name": "TabAI",
  "description": "MCP server for managing tasks, focus sessions, browser context, and AI workspace workflows.",
  "website": "https://tabai.dev",
  "docs": "https://tabai.dev/mcp",
  "transport": {
    "type": "streamable_http",
    "url": "https://api.tabai.dev/mcp"
  },
  "auth": {
    "type": "api_key",
    "header": "Authorization",
    "format": "Bearer ${TABAI_API_KEY}"
  },
  "tools": [
    "create_task",
    "list_tasks",
    "complete_task",
    "start_focus_session",
    "get_current_context"
  ],
  "registry": {
    "smithery": "https://smithery.ai/servers/tabai/core"
  }
}
