Skip to main content
Glama

Babashka MCP Server

execute

Run Babashka (bb) code with configurable timeouts and integrated script management. Designed for efficient execution and control of scripting workflows using the Model Context Protocol.

Instructions

Execute Babashka (bb) code

Input Schema

NameRequiredDescriptionDefault
codeYesBabashka code to execute
timeoutNoTimeout in milliseconds (default: 30000)

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "Babashka code to execute", "type": "string" }, "timeout": { "description": "Timeout in milliseconds (default: 30000)", "maximum": 300000, "minimum": 1000, "type": "number" } }, "required": [ "code" ], "type": "object" }

Other Tools from Babashka MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bmorphism/babashka-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server