Babashka
Summary
This Babashka MCP server, developed as an open-source project, enables AI assistants to interact with Babashka, a native Clojure interpreter for scripting. Built with TypeScript and leveraging the @modelcontextprotocol/sdk, it provides tools for executing Babashka code, caching recent command results, and accessing command history through standardized MCP endpoints. The implementation features configurable command timeouts and a roadmap for self-hosting in Babashka itself. By connecting AI capabilities with Babashka's scripting power, this server allows for dynamic code execution and interaction with Clojure ecosystems. It is particularly useful for scenarios involving Clojure-based data processing, system automation, or building AI-assisted development tools for Clojure projects.
Available Actions(1)
execute
Execute Babashka code with optional timeout. Parameters: code (string) - Babashka code to execute, timeout (optional number) - Timeout in milliseconds (default: 30000)
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation