Skip to main content
Glama

sysauto Ask MCP Server

by rogeriolembo

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

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와 통합된 MCP 서버입니다.

  1. 도구
    1. 구성
      1. 1단계:
      2. 2단계: Sonar API 키 받기
      3. 3단계: Claude Desktop 구성
      4. 엔피엑스

    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