Hooks
Exposes project-specific development tools like tests, linters, and formatters through YAML configuration files, enabling secure execution of common development workflows with parameter substitution and sandbox protection.
3 stars
0 tools
Created Aug 2025
@scosman/scosman-hooks-hooks-mcpAbout
Exposes project-specific development tools like tests, linters, and formatters through YAML configuration files, enabling secure execution of common development workflows with parameter substitution and sandbox protection.
Categories
general
Installation
npm
npm install @scosman/scosman-hooks-hooks-mcp
Configuration
{
"mcpServers": {
"scosman-hooks-hooks-mcp": {
"command": "npx",
"args": [
"-y",
"@scosman/scosman-hooks-hooks-mcp"
]
}
}
}