MCP Directory

mcp-sdk

by latacora · Clojure · ★ 12

A clojure/ring adapter for the official modelcontextprotocol Java SDK

Install

git clone https://github.com/latacora/mcp-sdk.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "github:latacora/mcp-sdk"
      ]
    }
  }
}

From the README

A Clojure library for easily building compliant Model Context Protocol (MCP) servers. It achieves this by wrapping [the official Java SDK](https://github.com/modelcontextprotocol/java-sdk) as a ring handler that can be embedded into Clojure applications while still leveraging Clojure middleware and routing. This makes it easy to use the most recommended transport (Streamable Http), while not complicating your Clojure apps by needing to mount multiple servlets. --- You can use the [mcp inspector](https://modelcontextprotocol.io/docs/tools/inspector) to test your MCP server. --- Copyright ©…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers