Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
FileScopeMCP
by
admica
Verified
GitHub
Developer Tools
Knowledge & Memory
TypeScript
GPL 3.0
10
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
FileScopeMCP
.github
src
build.bat
build.sh
config.json
FileScopeMCP-diagram.html
FileScopeMCP-diagram.png
FileScopeMCP-tree.json
.gitignore
LICENSE
mcp.json.txt
mcp.json.win.txt
package.json
README.md
run.sh
tsconfig.json
{ "name": "FileScopeMCP", "version": "1.0.0", "description": "MCP server for file hierarchy and dependency tracking", "main": "dist/mcp-server.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/mcp-server.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "chokidar": "^3.6.0", "mermaid": "^11.6.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^22.13.17", "typescript": "^5.4.5" } }