Download Local CLI (stdio bridge)

hsciq-mcp is a local bridging command-line tool for this site's AI interface (MCP). When an AI client only supports stdio local-process integration, use this CLI as a local bridge (internally it still uses /mcp/rpc endpoint with identical authentication and quota). If the client supports direct HTTP connection, we recommend using the standard endpoint directly without installing this tool.

Description

  • Current Version:1.0.2. Each file is self-contained, No .NET runtime installation required
  • Windows may show a SmartScreen "Unknown publisher" prompt on first run; select "Run anyway". On macOS / Linux, after extraction you need to run chmod +x hsciq-mcp

Download

After extraction, add hsciq-mcp to PATH, or use an absolute path in the configuration.
PlatformDownload Address
Windows x64hsciq-mcp-win-x64.zip
macOS x64hsciq-mcp-osx-x64.zip
Linux x64hsciq-mcp-linux-x64.zip

Client Configuration

Configuration example (mcp.json for Claude Desktop / Cursor, etc., stdio mode)
{
  "mcpServers": {
    "hsciq": {
      "command": "hsciq-mcp",
      "args": ["--api-key", "your_api_key"]
    }
  }
}
  • API Key configuration priority:--api-key Parameter > HSCIQ_API_KEY Environment Variable > ~/.hsciq/config.json(Content such as {"ApiKey":"your_api_key"})。
  • Alternative installation method (requires .NET 9 SDK):dotnet tool install -g HSCIQ2.MCP.CLI, the command after installation is also hsciq-mcp

Related Links

  • For API specifications and tool descriptions, see API Docs
  • For API Key creation and management, see API Keys