mcp-server

RokLenarcic/mcp-server
★ 12 stars Clojure Memory/Knowledge Updated 1mo ago
MCP Server library
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "RokLenarcic/mcp-server"
      ]
    }
  }
}

README Excerpt

A lightweight Clojure library for building MCP (Model Context Protocol) servers. This library prioritizes flexibility and minimal dependencies, allowing you to integrate with your existing technology stack. The library is currently in alpha stage with features being added incrementally. ```clojure ;; deps.edn