MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

F
Filesystem MCP Server By Clojure
作者 @xlisp

File System MCP Server By Clojure

创建于 7/30/2025
更新于 5 months 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

快速设置
此服务器的安装指南

安装命令 (包未发布)

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" ] } } }