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.
Описание
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
Установка SMB AI Command Platform Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/k5tuck/binelekv2-mcp-serverFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare SMB AI Command Platform Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
