hackle-mcp

Official

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Provides access to Hackle's A/B testing data through the Hackle Slack Community, where users can request API keys for the MCP Server

ハックルMCPサーバー

A/B テスト データを照会するためのツールとリソースを提供する Hackle API 用のモデル コンテキスト プロトコル サーバー。

特徴

ツール

  • list_experiments: ワークスペースから実験(A/Bテスト)を一覧表示する

インストール

オプション1: Smithery経由でインストールする

Smithery経由で Claude Desktop 用の hackle-mcp を自動的にインストールするには:

npx -y @smithery/cli install @hackle-io/hackle-mcp --client claude

オプション2: claude_desktop_configに手動で追加する

次のエントリを claude_desktop_config.json に追加します。

  • Macの場合: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows の場合: %APPDATA%\Claude\claude_desktop_config.json
  • Linuxの場合: ~/.config/Claude/claude_desktop_config.json
{ "mcpServers": { "hackle-mcp": { "command": "npx", "args": [ "-y", "@smithery/cli@latest", "run", "@hackle-io/hackle-mcp", "--config", "{\"apiKey\":\"YOUR_API_KEY\"}" ] } } }

実行中の場合はClaudeを再起動します

APIキーの取得

Hackle MCPサーバーを使用するには、APIキーが必要です。APIキーを取得するには、以下の手順に従ってください。

  1. Hackle Slackコミュニティを通じてHackleチームに直接連絡する
  2. MCP サーバーへのアクセス用の API キーをリクエストする
  3. Hackleチームが固有のAPIキーを提供します

重要:APIキーを共有したり、公開リポジトリにコミットしたりしないでください。APIキーは機密性の高い認証情報として扱ってください。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

A/B テスト データを照会するためのツールとリソースを提供する Hackle API 用のモデル コンテキスト プロトコル サーバー。

  1. Features
    1. Tools
  2. Installation
    1. Option 1: Installing via Smithery
    2. Option 2: Add to claude_desktop_config by hand
  3. Getting Your API Key
    ID: gfi0r6ppkh