F
Filesystem MCP Server By Clojure
作者 @xlisp
File System MCP Server By Clojure
创建于 7/30/2025
更新于 5 months 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"
]
}
}

快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/xlisp/filesystem-mcp-server-by-clojure
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"xlisp-filesystem-mcp-server-by-clojure": {
"command": "git",
"args": [
"clone",
"https://github.com/xlisp/filesystem-mcp-server-by-clojure"
]
}
}
}