Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Filesystem MCP Server
Claim
by
ai-yliu
npm
GitHub
File Systems
JavaScript
3
1
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
filesystem-mcp-server-logo.png
.gitignore
llms-install.md
logo-creator.html
manual-test.js
package.json
package-lock.json
README.md
test.js
test-with-claude.md
tsconfig.json
{
"
name
"
:
"
filesystem-server
"
,
"
version
"
:
"
1.0.0
"
,
"
main
"
:
"
build/index.js
"
,
"
type
"
:
"
module
"
,
"
scripts
"
: {
"
build
"
:
"
tsc && chmod +x build/index.js
"
,
"
start
"
:
"
node build/index.js
"
,
"
dev
"
:
"
tsc -w
"
},
"
keywords
"
: [],
"
author
"
:
""
,
"
license
"
:
"
ISC
"
,
"
description
"
:
""
,
"
dependencies
"
: {
"
@modelcontextprotocol/sdk
"
:
"
^1.6.1
"
,
"
fs-extra
"
:
"
^11.3.0
"
,
"
typescript
"
:
"
^5.8.2
"
},
"
devDependencies
"
: {
"
@types/fs-extra
"
:
"
^11.0.4
"
,
"
@types/node
"
:
"
^22.13.8
"
}
}