basic-tools-mcp

hive-agi/basic-tools-mcp
★ 0 stars Clojure 💻 Code/Dev Tools Updated 1d ago
Standalone babashka MCP server wrapping clojure-mcp-light — delimiter repair, nREPL eval, cljfmt formatting as IAddon tools
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "basic-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hive-agi/basic-tools-mcp"
      ]
    }
  }
}