Skip to main content
Glama

sysauto Ask MCP Server

by rogeriolembo

sysauto 询问 MCP 服务器

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

演示

工具

  • sysauto_ask
    • 与 Sonar API 进行对话以进行实时网络搜索。
    • 输入:
      • messages (数组):对话消息的数组。
        • 每条消息必须包含:
          • role (字符串):消息的角色(例如, systemuserassistant )。
          • content (字符串):消息的内容。

配置

步骤1:

克隆此存储库:

git clone git@github.com:rogeriolembo/mcp-api.git

导航到sysauto-ask目录并安装必要的依赖项:

cd mcp-api/sysauto-ask && npm install

第 2 步:获取 Sonar API 密钥

  1. 注册一个Sonar API 帐户
  2. 按照帐户设置说明从开发者仪表板生成您的 API 密钥。
  3. 将您环境中的 API 密钥设置为sysauto_API_KEY

步骤3:配置Claude桌面

  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" } } } }

NPX

{ "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 服务器为 Claude 提供实时网络搜索功能,以进行全面研究。

  1. 工具
    1. 配置
      1. 步骤1:
      2. 第 2 步:获取 Sonar API 密钥
      3. 步骤3:配置Claude桌面
      4. NPX

    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 5 months ago
      3
      11
      70
      TypeScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      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 5 months ago
      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 5 months ago
      6
      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 4 months ago
      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