Hooks MCP
未认领MCP server that exposes project-specific development tools (tests, linters, etc.) via YAML configuration. Easy to setup, run and share.
安装
$
uvx hooks-mcp工具(4 个)
insecure_string
Allows any string input from the agent without validation. Use with caution:
optional_env_var
Similar to requiredenvvar but optional. The server will not error on startup if this is missing.
project_file_path
This parameter type ensures security by validating that the path parameter is within the project boundaries:
required_env_var
This is a tool parameter expected to exist as an environment variable. The server will fail to start if the environment is missing this var.