MCP Directory
Back

mcp-sdk

by latacora · Clojure · ★ 13

A clojure/ring adapter for the official modelcontextprotocol Java SDK

Install

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related other servers