Skip to main content
Glama

Agent MCP

config.json1.06 kB
{ "name": "agent-file-locking", "version": "1.0.0", "description": "File-level locking system for multi-agent collaboration", "tags": ["locking", "collaboration", "conflict-prevention"], "requirements": ["node"], "platforms": ["linux", "darwin", "win32"], "hooks": { "PreToolUse": { "matcher": "Edit|Write|MultiEdit", "script": "file-lock-manager.js", "timeout": 30, "description": "Prevent file conflicts through file-level locking" }, "PostToolUse": { "matcher": "Edit|Write|MultiEdit|Read|Glob|Grep", "script": "activity-broadcaster.js", "timeout": 15, "description": "Log agent activities and release file locks" } }, "config": { "lockTimeout": 600, "lockDirectory": ".agent-locks", "activityDirectory": ".agent-activity", "excludePatterns": [ "*.log", "*.tmp", "*.temp", "*.lock", ".env*", ".git/**", ".agent-*/**", "node_modules/**", "*.pyc", "__pycache__/**" ], "debugLogging": false } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rinadelph/Agent-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server