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

도구
sysauto_ask
Sonar API를 사용하여 실시간 웹 검색에 참여하세요.
입력:
messages(배열): 대화 메시지의 배열입니다.각 메시지에는 다음이 포함되어야 합니다.
role(문자열): 메시지의 역할(예:system,user,assistant).content(문자열): 메시지의 내용입니다.
Related MCP server: Kagi MCP Server
구성
1단계:
이 저장소를 복제하세요:
지엑스피1
sysauto-ask 디렉토리로 이동하여 필요한 종속성을 설치합니다.
cd mcp-api/sysauto-ask && npm install2단계: Sonar API 키 받기
Sonar API 계정 에 가입하세요.
계정 설정 지침을 따르고 개발자 대시보드에서 API 키를 생성하세요.
사용자 환경에서 API 키를
sysauto_API_KEY로 설정합니다.
3단계: Claude Desktop 구성
Claude 데스크톱을 여기에서 다운로드하세요.
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
This server cannot be deployed
Maintenance
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that provides access to Jina AI's powerful web services (page reading, web search, fact checking) through Claude.3120 npm28MIT

Kagi MCP Serverofficial
AlicenseAqualityCmaintenanceAn 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.2518MIT- AlicenseAqualityDmaintenanceAn 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.64MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that brings Perplexity's Sonar models with real-time web search capabilities to Claude Desktop and other MCP clients.16 npm9MIT