MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

F
Filesystem MCP Server By Clojure

File System MCP Server By Clojure

Created 7/30/2025
Updated about 1 month ago
Repository documentation and setup instructions

File System MCP Server By Clojure

  • Inspiration: https://github.com/bhauman/clojure-mcp

Run in emacs

(mcp-server)

demo3 - Filesystem MCP Server By Clojure by xlisp

Use it by Claude Desktop

{
  "clojure-mcp": {
    "command": "/bin/bash",
    "args": [
      "-c",
      "cd /Users/clojure/Desktop/datascript-clj-mcp.git && /usr/local/bin/clojure -M -m clojure-mcp.core"
    ]
  }
}

demo1 - Filesystem MCP Server By Clojure by xlisp demo2 - Filesystem MCP Server By Clojure by xlisp

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/xlisp/filesystem-mcp-server-by-clojure
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "xlisp-filesystem-mcp-server-by-clojure": { "command": "git", "args": [ "clone", "https://github.com/xlisp/filesystem-mcp-server-by-clojure" ] } } }