clj-mcp-starter

clj-mcp-starter is a starter template designed to simplify the initial setup of projects using Clojure. It allows developers to quickly establish a Clojure environment and efficiently proceed with development. This reduces the time required to launch projects and promotes the development of applications that leverage the characteristics of Clojure.

GitHub Stars

1

User Rating

Not Rated

Favorites

0

Views

29

Forks

0

Issues

0

README
MCP Server Starter Template (using Modex)

Starter template to build MCP tools in Clojure (using Modex) (Model Context Protocol)

git clone git@github.com:theronic/clj-mcp-starter.git my-mcp-tools
Add Tools

Edit clj_mcp_starter/core.clj.

Build Uberjar
./build.sh

Outputs uberjar to target/my-mcp-server-0.0.1.jar.

Edit claude_desktop_config
{
  "mcpServers": {
    "scicloj": {
      "command": "java",
      "args": ["-jar", "/absolute/path/to/target/my-mcp-server-0.0.1.jar"]
    }
  },
  "globalShortcut": ""
}

Restart Claude Desktop.