Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

SMB AI Command Platform Server

БесплатноНе проверен

Enables AI assistants to interact with SMB platform APIs for querying business data, managing tasks, accessing connectors, dashboards, and monitoring security.

GitHubEmbed

Описание

Enables AI assistants to interact with SMB platform APIs for querying business data, managing tasks, accessing connectors, dashboards, and monitoring security.

README

Model Context Protocol (MCP) server for the SMB AI Command Platform, enabling AI assistants to interact with platform APIs.

Overview

This MCP server provides tools for AI assistants (like Claude) to:

  • Query business data
  • Create and manage tasks
  • Access connector data
  • Interact with dashboards
  • Monitor security status

Installation

npm install
npm run build

Configuration

Create a .env file based on .env.example:

SMB_API_URL=http://localhost:3000
SMB_API_KEY=your-api-key

Usage

With Claude Desktop

Add to your Claude Desktop config (~/.claude/claude_desktop_config.json):

{
  "mcpServers": {
    "smb-platform": {
      "command": "node",
      "args": ["/path/to/binelekv2-mcp-server/build/index.js"],
      "env": {
        "SMB_API_URL": "http://localhost:3000",
        "SMB_API_KEY": "your-api-key"
      }
    }
  }
}

Development

npm run dev

Available Tools

Tool Description
smb_query Query data using natural language
smb_create_task Create a new task
smb_list_tasks List tasks with filters
smb_get_connectors Get connected services
smb_get_dashboard Get dashboard data
smb_get_security_status Get security posture

Structure

src/
├── index.ts       # MCP server entry point
├── client.ts      # API client for SMB platform
└── tools/         # Tool implementations

Related Repositories

License

MIT

from github.com/k5tuck/binelekv2-mcp-server

Установка SMB AI Command Platform Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/k5tuck/binelekv2-mcp-server

FAQ

SMB AI Command Platform Server MCP бесплатный?

Да, SMB AI Command Platform Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для SMB AI Command Platform Server?

Нет, SMB AI Command Platform Server работает без API-ключей и переменных окружения.

SMB AI Command Platform Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить SMB AI Command Platform Server в Claude Desktop, Claude Code или Cursor?

Открой SMB AI Command Platform Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare SMB AI Command Platform Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai