Hooks MCP
UnclaimedMCP server that exposes project-specific development tools (tests, linters, etc.) via YAML configuration. Easy to setup, run and share.
Install
$
uvx hooks-mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (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.