sysauto Ask MCP Server
sysauto 询问 MCP 服务器
MCP 服务器实现集成了 Sonar API,为 Claude 提供无与伦比的实时、网络范围的研究。

工具
sysauto_ask
与 Sonar API 进行对话以进行实时网络搜索。
输入:
messages(数组):对话消息的数组。每条消息必须包含:
role(字符串):消息的角色(例如,system,user,assistant)。content(字符串):消息的内容。
Related MCP server: Kagi MCP Server
配置
步骤1:
克隆此存储库:
git clone git@github.com:rogeriolembo/mcp-api.git导航到sysauto-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 --访问公共 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