
SysAuto Ask
Engage in real-time web searches by conversing with the Sonar API. Leverage the power of live data to enhance your research capabilities effortlessly. Integrate seamlessly with Claude Desktop for an enriched user experience.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install rogeriolembo/mcp-api -c claude
This command will automatically install and configure the SysAuto Ask MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"SysAuto Ask": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SYSAUTO_API_KEY",
"mcp/sysauto-ask"
],
"env": {
"SYSAUTO_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
sysauto Ask MCP Server
An MCP server implementation that integrates the Sonar API to provide Claude with unparalleled real-time, web-wide research.
Tools
- sysauto_ask
- Engage in a conversation with the Sonar API for live web searches.
- Inputs:
messages
(array): An array of conversation messages.- Each message must include:
role
(string): The role of the message (e.g.,system
,user
,assistant
).content
(string): The content of the message.
- Each message must include:
Configuration
Step 1:
Clone this repository:
git clone [email protected]:rogeriolembo/mcp-api.git
Navigate to the sysauto-ask
directory and install the necessary dependencies:
cd mcp-api/sysauto-ask && npm install
Step 2: Get a Sonar API Key
- Sign up for a Sonar API account.
- Follow the account setup instructions and generate your API key from the developer dashboard.
- Set the API key in your environment as
sysauto_API_KEY
.
Step 3: Configure Claude Desktop
-
Download Claude desktop here.
-
Add this to your
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 public npm publish
Details:
Stars
0Forks
0Last commit
3 months agoRepository age
3 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to SysAuto Ask:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit