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
      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
      8
      71
      TypeScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      The Search MCP Server enables seamless integration of network and local search capabilities in tools like Claude Desktop and Cursor, utilizing the Brave Search API for high-concurrency and asynchronous requests.
      Last updated -
      1
      71
      Python
      MIT License
      • Linux
    • A
      security
      A
      license
      A
      quality
      An MCP server that enables Claude to perform web searches using Perplexity's API with intelligent model selection based on query intent and support for domain and recency filtering.
      Last updated -
      6
      1
      JavaScript
      MIT License
      • Apple
    • -
      security
      F
      license
      -
      quality
      An MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.
      Last updated -
      Python

    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