MCP ExplorerExplorer

Mcp Clojure Server Deps New

@unravel-teamon 10 months ago
1 MIT
FreeCommunity
AI Systems
A deps-new based template for quickly creating MCP Servers in Clojure

Overview

What is Mcp Clojure Server Deps New

mcp-clojure-server-deps-new is a deps-new based template designed for quickly creating MCP Servers in Clojure, facilitating rapid development and deployment.

Use cases

Use cases include creating new MCP Servers for web applications, backend services, and any project requiring a robust server-side architecture in Clojure.

How to use

To use mcp-clojure-server-deps-new, you need to have deps-new installed. Run the command: 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 to create a new MCP Server project.

Key features

Key features include a streamlined setup process using deps-new, validation of template files, and the ability to quickly generate a new MCP Server project with minimal configuration.

Where to use

mcp-clojure-server-deps-new can be used in software development environments where Clojure is preferred, particularly for building microservices and server applications.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers