Command Palette

Search for a command to run...

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

Mist Server

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

Provides reliable access to Juniper Mist from AI tools like Cursor and VS Code, enabling natural language interaction with Mist API without writing code.

GitHubEmbed

Описание

Provides reliable access to Juniper Mist from AI tools like Cursor and VS Code, enabling natural language interaction with Mist API without writing code.

README

Reliable access to Juniper Mist from your AI tools, without writing code.

This project provides a production-grade MCP server that wraps the Mist API via mistapi, so Cursor and VS Code can call Mist safely through standard MCP tools.

Why this exists

MCP servers make API access simple and consistent for AI tools. This server centralizes connection and auth, validates configuration at startup, and exposes a tool registry so non-coders can use Mist through natural language.

Prerequisites

  • Python 3.10+
  • A Mist API token

Install

No manual install required for end users. The MCP runner bootstraps the local virtual environment on first run.

Configure

Create a .env file in this folder (see mist.env.example):

MIST_API_TOKEN=your_token_here
MIST_API_HOST=https://api.mist.com
MIST_API_TIMEOUT_SECONDS=30

Important: MIST_API_HOST must be the base host (no /api/v1). The server will call the Mist “self” endpoint at startup and exit immediately if the host or token is invalid.

Local use (Cursor)

  1. Open this project in Cursor.
  2. Make sure a mcp.json file exists at .cursor/mcp.json. This repo already provides it, so you usually do not need to change anything.
  3. Use the configuration below:
{
  "mcpServers": {
    "mist": {
      "command": "${workspaceFolder}/run-mcp.sh",
      "args": [],
      "envFile": "${workspaceFolder}/.env",
      "transport": "stdio"
    }
  }
}
  1. Restart Cursor (or reload the window).
  2. Ask Cursor to call Mist tools, e.g. “list my orgs”.

Local use (VS Code)

  1. Open this project in VS Code.
  2. Make sure a mcp.json file exists at .vscode/mcp.json. This repo already provides it, so you usually do not need to change anything.
  3. Reload the window and use your MCP client to call Mist tools.

Usage

  • A tool registry is generated from the Mist SDK.
  • Use mist_search_tools to find tools by keyword.
  • Use mist_list_groups to discover tool groups and filter search.
  • Use mist_list_methods to list methods in a group.
  • Use mist_describe_tool to see parameters and details.
  • Use mist_call_tool to execute by name with args/kwargs.
  • Regenerate the registry after SDK updates via scripts/generate_tools.py.

Sponsored by Hamina

Hamina logo

Built while working at Hamina.

Development

pip install -e ".[dev]"
./.venv/bin/python scripts/generate_tools.py
pytest
ruff check .
ruff format .
mypy src

Contributing

We welcome good PRs. See CONTRIBUTING.md for guidelines.

License

Apache-2.0. See LICENSE.

from github.com/rolfsormo/mist-mcp-server

Установка Mist Server

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

▸ github.com/rolfsormo/mist-mcp-server

FAQ

Mist Server MCP бесплатный?

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

Нужен ли API-ключ для Mist Server?

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

Mist Server — hosted или self-hosted?

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

Как установить Mist Server в Claude Desktop, Claude Code или Cursor?

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

Похожие MCP

Compare Mist Server with

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

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

Автор?

Embed-бейдж для README

Похожее

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