modex
Modex is a Clojure MCP Library to augment your AI models with Tools, Resources & Prompts using Clojure (Model Context Protocol). Implements MCP Server & Client.
GitHub Stars
103
User Rating
Not Rated
Favorites
0
Views
33
Forks
7
Issues
0
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Clojure: 1.10.0 or higher
Java: 11 or higher
Installation Steps
1. Clone Repository
bash
git clone git@github.com:theronic/modex.git
cd modex
2. Build
bash
./build.sh
3. Configure Claude Desktop
Editclaude_desktop_config.json to add the MCP server:
json
{
"mcpServers": {
"modex-mcp-hello-world": {
"command": "java",
"args": ["-jar", "/Users/your-username/code/modex/target/modex-mcp-0.2.2.jar"]
}
}
}