sysauto Ask MCP Server

by rogeriolembo
Verified

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 real-time web search capabilities, enabling conversations with the Sonar API to retrieve current information from across the web.

sysauto MCP 서버에 문의

Claude에게 비교할 수 없을 만큼 실시간적이고 웹 전반에 걸친 조사를 제공하기 위해 Sonar API를 통합한 MCP 서버 구현입니다.

도구

  • sysauto_ask
    • Sonar API를 사용하여 실시간 웹 검색에 참여하세요.
    • 입력:
      • messages (배열): 대화 메시지의 배열입니다.
        • 각 메시지에는 다음이 포함되어야 합니다.
          • role (문자열): 메시지의 역할(예: system , user , assistant ).
          • content (문자열): 메시지의 내용입니다.

구성

1단계:

이 저장소를 복제하세요:

지엑스피1

sysauto-ask 디렉토리로 이동하여 필요한 종속성을 설치합니다.

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

2단계: Sonar API 키 받기

  1. Sonar API 계정 에 가입하세요.
  2. 계정 설정 지침을 따르고 개발자 대시보드에서 API 키를 생성하세요.
  3. 사용자 환경에서 API 키를 sysauto_API_KEY 로 설정합니다.

3단계: Claude Desktop 구성

  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" } } } }

엔피엑스

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

npm publish --액세스 공개 npm publish

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

클로드에게 포괄적인 조사를 위한 실시간 웹 검색 기능을 제공하기 위해 Sonar API와 통합된 MCP 서버입니다.

  1. Tools
    1. Configuration
      1. Step 1:
      2. Step 2: Get a Sonar API Key
      3. Step 3: Configure Claude Desktop
      4. NPX
    ID: uj27jzlooj