Command Palette

Search for a command to run...

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

Mcbox

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

A pluggable MCP server written in Bash and jq

GitHubEmbed

Описание

A pluggable MCP server written in Bash and jq

README

OpenSSF Scorecard

$_mcbox

mcbox is a pluggable MCP (Model Context Protocol) server written in Bash and jq, fully tested using Bats, shellcheck and shfmt. It aims to be lightweight, portable, and just good enough for AI agents that use local tool execution through stdio transport.

The project has a few non-goals:

  • No concurrency/parallel processing
  • No support for high throughput
  • No streaming responses
  • No MCP transports other than stdio

Aside from that, it's a great way to provide your own tools for local AI agents, and write those tools in any programming language you like.

Check out the documentation to get started.

Support

Feel free to open a GitHub issue to ask for help, file a bug report, or request a new feature.

Development

Check out the Contributing guide and the Development documentation for how to get started with development.

Prerequisites

You'll need bash and jq installed to run the MCP server. Both can be installed using your preferred package manager (e.g. Homebrew).

brew install bash
brew install jq

For development, you'll also need to install:

We recommend using EditorConfig for automated code formatting. Install the EditorConfig extension for your favorite IDE.

Code formatting and linting

To run the shfmt format and shellcheck linting checks, use:

./test/shfmt.bash
./test/shellcheck.bash

To fix formatting you can run:

WRITE=true ./test/shfmt.bash

Tests

Test files in this project are located under the test/ directory, and named with a .test.bats extension, by convention.

The Bats testing framework and helpers are included in this repo as git submodules under the test/ directory.

Unit test files are named as <function_name>.test.bats.

To run all tests:

./test/test.bash

To run a specific test file:

./test/bats/bin/bats <function_name>.test.bats

The npx command from Node's NPM is used for end-to-end testing. You must have Node.js (LTS) installed to run the E2E tests.

Running the smoke test server

A pre-configured "smoke test" server can be run with:

./test/helpers/smoketest-server/mcbox.bash

The MCP Inspector tool can be used to visually inspect the smoke test server, with:

npx @modelcontextprotocol/inspector ./test/helpers/smoketest-server/mcbox.bash

The smoke test server is used in end-to-end tests:

./test/bats/bin/bats ./test/e2e.test.bats

Built with

Acknowledgements

Thanks to @flimzy for initial discussions about this project, when it was still being written in Go.

Inspiration for rewriting it in Bash came after reading these two blog posts:

Muthukumaran Navaneethakrishnan, "Why I Built an MCP Server Sdk in Shell (Yes, Bash)":

Anton Umnikov, "Minimalistic MCP Server in bash script":

Authors

Andre Silva - @andreswebs

License

This project is licensed under the GPL-3.0-or-later.

from github.com/andreswebs/mcbox

Установка Mcbox

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

▸ github.com/andreswebs/mcbox

FAQ

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

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

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

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

Mcbox — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

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

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

Похожие MCP

Compare Mcbox with

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

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

Автор?

Embed-бейдж для README

Похожее

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