Babashka MCP Server
@MCP-Mirror
关于 Babashka MCP Server
Mirror of
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Babashka MCP Server?
A Model Context Protocol server for interacting with Babashka, a native Clojure interpreter for scripting. It allows AI assistants to execute Babashka code and access command history through MCP tools and resources.
How to use Babashka MCP Server?
Install Babashka (prerequisite), then run npm install and npm run build from the server directory. Configure with the BABASHKA_PATH environment variable (default "bb"). Use the execute tool to run Babashka code with an optional timeout (default 30000 ms), and access cached results via babashka://commands/{index} resource URIs.
Key features of Babashka MCP Server
- Execute Babashka code through MCP tools
- Cache recent command results
- Access command history as MCP resources
- Configurable command timeouts (default 30 seconds)
Use cases of Babashka MCP Server
- Run Clojure snippets within AI assistant conversations
- Automate Babashka script execution from chat interfaces
- Inspect and reuse previous command outputs via resource URIs
- Provide a REPL-like interaction with Babashka from any MCP client
FAQ from Babashka MCP Server
What dependencies are required?
Babashka must be installed system‑wide (via Homebrew, scoop, or the official install script). The server itself requires Node.js and npm to build.
How do I configure the Babashka executable path?
Set the BABASHKA_PATH environment variable to the full path of the Babashka binary. The default is "bb".
What tools and resources does the server expose?
One tool (execute) accepts Babashka code and an optional timeout. One resource pattern (babashka://commands/{index}) allows access to previously executed command results.
Does Babashka support tail‑call optimization?
Babashka supports explicit TCO via the recur special form but does not implement automatic tail‑call optimization.
What is the future plan for this server?
The project aims to rewrite the server in Babashka itself (removing the Node.js dependency) and to add support for Babashka pods, file watching, REPL integration, and multiple instances.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

EverArt
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论