Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Claude Desktop Commander MCP
Claim
by
wonderwhy-er
npm
GitHub
OS Automation
File Systems
Developer Tools
TypeScript
MIT License
605
66
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
scripts
src
test
config.json
.gitignore
LICENSE
.npmignore
package.json
package-lock.json
README.md
setup-claude-server.js
tsconfig.json
{ "compilerOptions": { "target": "ES2020", "module": "Node16", "moduleResolution": "node16", "esModuleInterop": true, "strict": true, "outDir": "./dist", "rootDir": "./src", "declaration": true, "skipLibCheck": true, "diagnostics": true, "extendedDiagnostics": true, "listEmittedFiles": true }, "include": [ "src/**/*.ts" ], "exclude": [ "node_modules", "dist" ] }