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
2
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
{ "compilerOptions": { "target": "ES2020", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": true, "outDir": "build", "declaration": true, "sourceMap": true, "resolveJsonModule": true }, "include": ["src/**/*"], "exclude": ["node_modules", "build"] }