Nyxid

by ChronoAIProject

318 downloads
Not rated
GitHub

About

NyxID lets your AI agents (Claude Code, Cursor, n8n) reach any API you have, public or private, and handles all the credentials so your agent never sees a raw key.

Details

Author
ChronoAIProject
Downloads
318
Categories
Developer Tools

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 Nyxid
    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

{
  "mcpServers": {
    "nyxid": {
      "type": "http",
      "url": "https://nyx.chrono-ai.fun/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_NYXID_API_KEY>"
      }
    }
  }
}

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "nyxid": {
            "nyxid": {
                "type": "http",
                "url": "https://nyx.chrono-ai.fun/mcp",
                "headers": {
                    "Authorization": "Bearer <YOUR_NYXID_API_KEY>"
                }
            }
        }
    }
}

McpServers

{
    "nyxid": {
        "type": "http",
        "url": "https://nyx.chrono-ai.fun/mcp",
        "headers": {
            "Authorization": "Bearer <YOUR_NYXID_API_KEY>"
        }
    }
}

What NyxID Does

- Reach anything — public APIs, internal APIs, localhost services via credential nodes (nyxid node). SSH (Secure Shell) tunneling (nyxid ssh) reaches remote hosts. No VPN (Virtual Private Network), no port forwarding. - Never expose keys — the reverse proxy injects credentials automatically. Your agent talks to NyxID; NyxID talks to the API with the real key. - MCP auto-wrap — REST APIs with OpenAPI specs become MCP (Model Context Protocol) tools. nyxid mcp config --tool cursor generates the config. Works with Claude Code, Cursor, VS Code, and any MCP client. - Per-agent isolation — each agent gets a scoped token. Agent A accesses Slack and Gmail. Agent B only accesses your internal API. Revoke any session without touching the underlying credentials. - Full identity layer — OIDC (OpenID Connect) / OAuth 2.0 with PKCE (Proof Key for Code Exchange), RBAC (Role-Based Access Control), service accounts, transaction approval (Telegram + mobile push), LLM (Large Language Model) gateway for 7 providers.
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.