F
Filesystem MCP Server By Clojure
by @xlisp
File System MCP Server By Clojure
Created 7/30/2025
Updated about 1 month ago
README
Repository documentation and setup instructions
File System MCP Server By Clojure
- Inspiration: https://github.com/bhauman/clojure-mcp
Run in emacs
(mcp-server)
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"
]
}
}
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"
]
}
}
}