VOOZH about

URL: https://glama.ai/mcp/servers/rogeriolembo/mcp-api?locale=ko-KR

⇱ sysauto MCP 서버에 문의 by rogeriolembo | Glama


sysauto MCP 서버에 문의

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

👁 데모

도구

  • sysauto_ask

    • Sonar API를 사용하여 실시간 웹 검색에 참여하세요.

    • 입력:

      • messages (배열): 대화 메시지의 배열입니다.

        • 각 메시지에는 다음이 포함되어야 합니다.

          • role (문자열): 메시지의 역할(예: system , user , assistant ).

          • content (문자열): 메시지의 내용입니다.

Related MCP server: MCP Web Research Server

구성

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

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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