MCP Directory

modex

by theronic · Clojure · ★ 114

Modex is a Clojure MCP Library to augment your AI models with Tools, Resources & Prompts using Clojure (Model Context Protocol). Implements MCP Server & Client.

#clojure#json-rpc#mcp#mcp-client#mcp-server#model-context-protocol#stdio

Install

git clone https://github.com/theronic/modex.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "modex": {
      "command": "npx",
      "args": [
        "-y",
        "github:theronic/modex"
      ]
    }
  }
}

From the README

Modex (MOdel + ContEXt) is a Clojure library that lets you augment your AI with new tools, resources and prompts. Modex implements (most of) the [Model Context Protocol](https://modelcontextprotocol.io/) to build MCP Servers & Clients in 'native' Clojure. Because it's native Clojure, you don't need to deal with Anthropic's [MCP Java SDK](https://github.com/modelcontextprotocol/java-sdk). Modex implements the transport in the 2024-11-05 MCP spec, so no need for a proxy like [mcp-proxy](https://github.com/sparfenyuk/mcp-proxy) to translate between SSE stdio or vice versa. Claude Desktop ca…
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