sysauto Ask MCP Server
sysauto Ask MCP サーバー
Sonar API を統合し、Claude に比類のないリアルタイムの Web 全体の調査を提供する MCP サーバー実装。

ツール
sysauto_ask
ライブ Web 検索用の Sonar API を使用して会話に参加します。
入力:
messages(配列): 会話メッセージの配列。各メッセージには次の内容を含める必要があります。
role(文字列): メッセージの役割 (例:system、user、assistant)。content(文字列): メッセージの内容。
Related MCP server: Kagi MCP Server
構成
ステップ1:
このリポジトリをクローンします:
git clone git@github.com:rogeriolembo/mcp-api.gitsysauto-askディレクトリに移動し、必要な依存関係をインストールします。
cd mcp-api/sysauto-ask && npm installステップ2: Sonar APIキーを取得する
Sonar API アカウントにサインアップします。
アカウント設定の手順に従って、開発者ダッシュボードから API キーを生成します。
環境内の API キーを
sysauto_API_KEYとして設定します。
ステップ3: Claudeデスクトップを構成する
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"
}
}
}
}NPX
{
"mcpServers": {
"sysauto-ask": {
"command": "npx",
"args": [
"-y",
"@rogeriolembo/server-sysauto-ask"
],
"env": {
"SYSAUTO_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}npm publish --access パブリック 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