tech.unravel/mcp-clojure-server-template
About
A deps-new based template for quickly creating MCP Servers in Clojure
Details
- Author
- unravel-team
- GitHub stars
- 1
- Downloads
- 118
- Categories
- Developer Tools
Jump to
- Generates a complete MCP server Clojure project scaffold
- Works with the deps-new tool and Clojure CLI
- Uses a specific Git SHA for reproducible template usage
- Includes a test task to validate the template’s template.edn file
- Licensed under the MIT License
Install deps-new as a Clojure tool, then run a one-line command using clojure -Sdeps with the template’s Git coordinates and the -Tnew create task, specifying your own group ID and project name.
tech.unravel/mcp-clojure-server-template
A deps-new template to create MCP Servers quickly.
Usage
This is a template project for use with deps-new.
It will produce a new MCP Server project when run:
$ clojure -Sdeps '{:deps {tech.unravel/mcp-clojure-server-template {:git/url "https://github.com/unravel-team/mcp-clojure-server-deps-new" :git/sha "1d89718d5b1f27d071704072b21c27f8eb65a84a"}}}' -Tnew create :template tech.unravel/mcp-clojure-server-template :name mygroupid/mycoolmcpserver
Assuming you have installed deps-new as your new "tool" via:
clojure -Ttools install-latest :lib io.github.seancorfield/deps-new :as new
Run this template project's tests (by default, this just validates your template's template.edn
file -- that it is valid EDN and it satisfies the deps-new Spec for template files):
$ clojure -T:build test
License
Copyright © 2025 Unravel.tech Engineering
Distributed under the MIT License
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





