Server Hika

by atlas-comstock

150 downloads
Not rated
GitHub

Description

[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/atlas-comstock-hika-mcp-server-badge.png)](https://mseep.ai/app/atlas-comstock-hika-mcp-server) # Hika MCP Server ## Overview Hika MCP Server is a Server-Sent Events (SSE) implementation for the Hika AI knowledge search…

About

[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/atlas-comstock-hika-mcp-server-badge.png)](https://mseep.ai/app/atlas-comstock-hika-mcp-server) # Hika MCP Server ## Overview Hika MCP Server is a Server-Sent Events (SSE) implementation for the Hika AI knowledge search tool. This server component facilitates…

Details

Author
atlas-comstock
Downloads
150
Categories
Other

- Real-time AI content streaming via SSE protocol
- Multiple cognitive perspectives for knowledge exploration
- Authentication via JWT Bearer tokens
- Easy integration with the Hika AI ecosystem

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Server Hika
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, run npm install, configure environment variables (PORT, HIKA_API_URL, JWT_SECRET), then start with npm start. Client applications connect via EventSource to https://hika.fyi/api/mcp/sse with a JWT Bearer token in the Authorization header.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "server hika": {
            "server-hika": {
                "command": "#",
                "url": "https://hika.fyi/api/mcp/sse",
                "env": {
                    "HIKA_AUTH": "Bearer please find the auth header in hika.fyi"
                }
            }
        }
    }
}

McpServers

{
    "server-hika": {
        "command": "#",
        "url": "https://hika.fyi/api/mcp/sse",
        "env": {
            "HIKA_AUTH": "Bearer please find the auth header in hika.fyi"
        }
    }
}

Hika MCP Server

Overview

Hika MCP Server is a Server-Sent Events (SSE) implementation for the Hika AI knowledge search tool. This server component facilitates real-time streaming of AI-generated perspectives and knowledge extensions to enhance the search experience.

Hika AI is a knowledge search tool that uses artificial intelligence to provide multiple cognitive perspectives (MCP) on search queries, helping users to broaden their understanding by exploring related knowledge domains or diving deeper into specific aspects of their questions.

Features

- Real-time streaming of AI-generated content via SSE protocol
- Multiple cognitive perspectives to enhance knowledge exploration
- Authentication via JWT Bearer tokens
- Easy integration with the Hika AI ecosystem

Prerequisites

- Node.js (v14.0.0 or higher)
- Understanding of Server-Sent Events (SSE)
- Valid Hika AI authentication credentials

Installation

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.