Skip to main content
Glama

sysauto Ask MCP Server

by rogeriolembo

sysauto Ask MCP サーバー

Sonar API を統合し、Claude に比類のないリアルタイムの Web 全体の調査を提供する MCP サーバー実装。

デモ

ツール

  • sysauto_ask
    • ライブ Web 検索用の Sonar API を使用して会話に参加します。
    • 入力:
      • messages (配列): 会話メッセージの配列。
        • 各メッセージには次の内容を含める必要があります。
          • role (文字列): メッセージの役割 (例: systemuserassistant )。
          • content (文字列): メッセージの内容。

構成

ステップ1:

このリポジトリをクローンします:

git clone git@github.com:rogeriolembo/mcp-api.git

sysauto-askディレクトリに移動し、必要な依存関係をインストールします。

cd mcp-api/sysauto-ask && npm install

ステップ2: Sonar APIキーを取得する

  1. Sonar API アカウントにサインアップします。
  2. アカウント設定の手順に従って、開発者ダッシュボードから API キーを生成します。
  3. 環境内の API キーをsysauto_API_KEYとして設定します。

ステップ3: Claudeデスクトップを構成する

  1. Claude デスクトップをここからダウンロードしてください。
  2. これをclaude_desktop_config.jsonに追加します:
{ "mcpServers": { "sysauto-ask": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "SYSAUTO_API_KEY", "mcp/sysauto-ask" ], "env": { "SYSAUTO_API_KEY": "YOUR_API_KEY_HERE" } } } }

NPX

{ "mcpServers": { "sysauto-ask": { "command": "npx", "args": [ "-y", "@rogeriolembo/server-sysauto-ask" ], "env": { "SYSAUTO_API_KEY": "YOUR_API_KEY_HERE" } } } }

npm publish --access パブリック npm publish

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

Sonar API と統合して、包括的な調査のためのリアルタイム Web 検索機能を Claude に提供する MCP サーバー。

  1. ツール
    1. 構成
      1. ステップ1:
      2. ステップ2: Sonar APIキーを取得する
      3. ステップ3: Claudeデスクトップを構成する
      4. NPX

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server implementation that integrates the SearxNG API, providing web search capabilities.
      Last updated -
      2
      566
      107
      JavaScript
      MIT License
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      The MCP Web Research Server enables real-time web research with Claude by integrating Google search, capturing webpage content and screenshots, and tracking research sessions.
      Last updated -
      3
      53
      46
      TypeScript
      MIT License
      • Apple
    • A
      security
      F
      license
      A
      quality
      An MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.
      Last updated -
      4
      2
      Python
    • A
      security
      A
      license
      A
      quality
      An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
      Last updated -
      1
      93
      Python
      MIT License
      • Apple
      • Linux

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/rogeriolembo/mcp-api'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server