filesystem-mcp-server

File System MCP Server

GitHub Stars

3

User Rating

Not Rated

Forks

0

Issues

0

Views

1

Favorites

0

README
File System MCP Server

1. run mcp server:
$ source .venv/bin/activate

$ uv add "mcp[cli]" httpx

$ uv run filesystem.py

## for test
$ echo '{"jsonrpc": "2.0", "id": 1, "method": "initialize", "params": {"protocolVersion": "2024-11-05", "capabilities": {}, "clientInfo": {"name": "test", "version": "1.0"}}}' | uv --directory /Users/clojure/Desktop/filesystem-mcp-server run filesystem.py

{"jsonrpc":"2.0","id":1,"result":{"protocolVersion":"2024-11-05","capabilities":{"experimental":{},"prompts":{"listChanged":false},"resources":{"subscribe":false,"listChanged":false},"tools":{"listChanged":false}},"serverInfo":{"name":"filesystem-command","version":"1.12.1"}}}
2. config & connect:
  • Claude Desktop: /Users/clojure/Library/Application\ Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "filesystem": {
      "command": "/Users/clojure/Desktop/filesystem-mcp-server/.venv/bin/python",
      "args": [
        "/Users/clojure/Desktop/filesystem-mcp-server/filesystem.py"
      ]
    }
  }
}

change config file , need pkill -f "Claude" then restart Claude desktop

  • for cherry

Author Information
Steve Chan

My name is Steve Chan and I’m a Python/Clojure/Emacs hacker, currently focusing on the ML and Deep Learning, special focus on Reinforcement Learning and LLM.

PromptlyCode

159

Followers

318

Repositories

1

Gists

10

Total Contributions

Top Contributors

Threads