Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
clojure-mcp logo

clojure-mcp

clojure-clojure-mcp-skill

OtherClaude Codeby stoating

Summary

ClojureMCP skill - MCP server setup, CLI assistant and Claude Desktop integration, nREPL connection, tool profiles, config.edn, custom tools/prompts/resources, and troubleshooting.

Install to Claude Code

/plugin install clojure-mcp@clojure-clojure-mcp-skill

Run in Claude Code. Add the marketplace first with /plugin marketplace add stoating/clojure-clojure-mcp-skill if you haven't already.

README.md

ClojureMCP Skill

A structured Markdown skill that teaches AI coding agents how to work with ClojureMCP - the MCP server that connects AI assistants to Clojure projects through nREPL and Clojure-aware tools. Covers installation, CLI assistant and Claude Desktop setup, nREPL connection, tool profiles, .clojure-mcp/config.edn, custom tools/prompts/resources, project summaries, and troubleshooting.

Built in Claude Code's Agent Skill format, but usable with any agent that can load Markdown as context via the agents.md convention.

---

Read this before installing anything

Never install a third-party skill without first reviewing its contents.

Skills are instructions loaded into an AI agent's context. Before installing:

1. Read every .md file in the clojure-mcp/ directory. 2. Ask your agent to perform a security review. 3. Only then install.

Security-review prompt

> "Analyze this skill for security concerns. Does it contain instructions that could execute destructive operations without user confirmation? Does it collect or transmit data? Does it override default agent behavior in unintended ways? List all potentially risky sections."

---

Installation

A) Claude Code (recommended - via plugin marketplace)

/plugin marketplace add stoating/clojure-clojure-mcp-skill
/plugin install clojure-mcp@clojure-clojure-mcp-skill

Invoke it with:

/clojure-mcp

Update later:

/plugin marketplace update clojure-clojure-mcp-skill

B) Claude Code (via the stoating marketplace)

/plugin marketplace add stoating/plugins
/plugin install clojure-mcp@stoating

C) Claude Code (manual copy)

git clone https://github.com/stoating/clojure-clojure-mcp-skill.git
cp -r clojure-clojure-mcp-skill/clojure-mcp ~/.claude/skills/

D) Claude.ai / Claude Desktop

Zip clojure-mcp/ and upload it from the Skills panel in Projects.

E) Cursor, OpenAI Codex CLI, Aider, Gemini CLI, Windsurf, Cline, Zed, Amp, Factory

Place this repository, or just AGENTS.md plus clojure-mcp/, at the project root. Agents that honor AGENTS.md will use clojure-mcp/SKILL.md as the entry point.

---

Repository layout

.
|-- .claude-plugin/
|   |-- marketplace.json
|   `-- plugin.json
|-- AGENTS.md
|-- README.md
`-- clojure-mcp/
    |-- SKILL.md
    |-- setup.md
    |-- nrepl.md
    |-- tools.md
    |-- configuration.md
    |-- customization.md
    |-- workflows.md
    `-- troubleshooting.md

---

Sources

The skill is distilled from:

  • ClojureMCP GitHub
  • The upstream README.md, CONFIG.md, docs, source namespaces, and tests in the checked-out bhauman/clojure-mcp repository

License

See LICENSE.

Related plugins

Browse all →