Integrations
The MCP server provides integration with Babashka, which is a native Clojure interpreter for scripting. It allows execution of Clojure code through the MCP protocol.
The README mentions GitHub Actions tools for Babashka, including setup-babashka and babashka-docker-action, which are recommended for using Babashka in GitHub Actions workflows.
ババシュカ MCP サーバー
スクリプト用のネイティブ Clojure インタープリターであるBabashkaと対話するためのモデル コンテキスト プロトコル サーバー。
特徴
- MCPツールを通じてBabashkaコードを実行する
- 最近のコマンド結果をキャッシュする
- MCP リソースを通じてコマンド履歴にアクセスする
- 設定可能なコマンドタイムアウト
前提条件
Babashkaをインストールする
Babashka はいくつかの方法でインストールできます。
macOS
リナックス
ウィンドウズ
その他のインストール方法については、公式の Babashka インストール ガイドを参照してください。
インストールの確認
インストール後、Babashka が動作することを確認します。
インストール
構成
サーバーは環境変数を通じて設定できます:
BABASHKA_PATH
: Babashka 実行ファイルへのパス (デフォルト: "bb")
ツール
実行する
オプションのタイムアウト付きで Babashka コードを実行します。
例:
リソース
サーバーは、以下を通じてアクセスできる最近のコマンド実行のキャッシュを保持します。
babashka://commands/{index}
- インデックスで特定のコマンド結果にアクセスします
ババシュカ語の特徴
末尾呼び出し最適化 (TCO)
Babashkaは、 recur
特殊形式による明示的な末尾呼び出し最適化をサポートしていますが、自動TCOは実装していません。例えば、
役立つリソース
公式リソース
- Babashka GitHub リポジトリ- メインの Babashka プロジェクト
- ババシュカの本- 公式ドキュメント
- Babashka の例- サンプルスクリプトのコレクション
コミュニティツールとライブラリ
- pod-babashka-buddy - Babashka 用の暗号化 API
- bb-clis - 便利な Babashka CLI スクリプトのコレクション
- bb-scripts - Babashka 用のさまざまなユーティリティ スクリプト
開発ツール
- setup-babashka - Babashka をインストールするための GitHub アクション
- babashka-docker-action - GitHub アクションで Babashka スクリプトを実行する
発達
このサーバーは最終的にセルフホスティングとなるように設計されており、Babashka 自体で書き換えられる予定です。現在の TypeScript 実装はリファレンスおよび出発点として機能します。
ロードマップ
- セルフホスト実装
- BabashkaのMCPサーバーを書き換える
- Babashka のネイティブ機能を活用してパフォーマンスを向上
- Node.jsへの依存を削除する
- MCPプロトコルとの完全な互換性を維持
- 現在のすべての機能をサポートします:
- コマンド実行
- リソース管理
- コマンド履歴
- タイムアウト処理
- 強化された機能
- Babashkaポッドのサポートを追加
- ファイル監視機能を実装する
- REPL統合を追加する
- 複数の Babashka インスタンスのサポート
- パフォーマンスの最適化
- キャッシュ戦略を実装する
- リソース使用の最適化
- 起動時間を短縮
- テストとドキュメント
- 包括的なテストスイート
- APIドキュメント
- 使用例
- パフォーマンスベンチマーク
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
モデル コンテキスト プロトコルを使用して Babashka スクリプトの実行と管理を可能にし、強化されたスクリプト ワークフローのためのキャッシュ、コマンド履歴へのアクセス、構成可能なタイムアウトなどの機能を提供します。
- Features
- Prerequisites
- Installation
- Configuration
- Tools
- Resources
- Babashka Language Features
- Useful Resources
- Development
- Roadmap
Related Resources
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that allows management and execution of Blender Python scripts, enabling users to create, edit and run scripts in a headless Blender environment through natural language interfaces.Last updated -4Python
- AsecurityAlicenseAqualityA Model Context Protocol server that provides integration with Jira, allowing Large Language Models to interact with Jira projects, boards, sprints, and issues through natural language.Last updated -5872TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol (MCP) server that enables interaction with JIRA APIs through Claude Desktop, allowing users to search, create, update, and manage JIRA issues using natural language commands.Last updated -Python
- -securityAlicense-qualityA Model Context Protocol server that enables interaction with Jira's REST API using natural language commands, allowing users to manage Jira projects, issues, comments, and workflows through Claude Desktop and other MCP clients.Last updated -1PythonMIT License