Check
About
Anti-hallucination firewall for AI coding agents. Validates commands before execution, imports against your package.json, function calls against your source files. Sub-100ms. $0.0068 AUD per check, 120 free on sign-up.
Details
- Author
- golproductions
- Downloads
- 299
- Categories
- Developer Tools, Infrastructure, Other, AI, Security
Jump to
- Validates commands, imports, and function calls prior to execution.
- Returns verdicts in under 100 milliseconds.
- Free tier of 120 checks on signup.
- No AI inside – purely deterministic validation.
- Works with any MCP-compatible client.
- Blocks invalid commands before they reach the shell.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
CheckCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install by adding a configuration entry to your MCP client's mcpServers, specifying the command npx -y @golproductions/check-mcp and setting the environment variable GOL_CLIENT_ID to your API key. After setup, you can invoke the Check tool to validate a command or the CheckAndExecute tool to validate and then run it, blocking invalid commands before they reach the shell.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"check": {
"Check": {
"command": "npx",
"args": [
"@golproductions/check-mcp"
],
"env": {
"GOL_CLIENT_ID": "your_key"
}
}
}
}
}
McpServers
{
"Check": {
"command": "npx",
"args": [
"@golproductions/check-mcp"
],
"env": {
"GOL_CLIENT_ID": "your_key"
}
}
}
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
The Shipyard CLI provides an MCP server for agents to manage Shipyard environments directly: by pulling logs, comparing branches, running tests, and stopping/starting environments..
Open-source CLI for testing MCP servers and detecting schema drift
MCP server that generates production-grade engineering standards (SOLID, testing, architecture, CI/CD) for AI coding assistants
Read-first Jenkins MCP server in Go for agent-driven build debugging. 20 tools including compare_builds, flaky-test detection, JUnit/Ginkgo failure parsing, and disk-cached console logs with on-disk path handoff. Write tools (trigger/stop/cancel) gated by JENKINS_MCP_READONLY env var.
A comprehensive toolkit for developing, testing, and deploying Model Context Protocol (MCP) servers.
An MCP server for Nextflow development and testing, which requires a local clone of the Nextflow Git repository.
MCP server for safe AI agent runtime upgrades — version-aware regression catalog, pre/post snapshot diffing, rollback guides. v1.2 added provider-fingerprint detection for silent provider-side regressions.
Provides isolated Docker environments for secure code execution.
MCP server for JetBrains TeamCity with 87 tools for builds, tests, agents, and CI/CD pipeline management.
The Superserve MCP server lets any MCP client create and control isolated cloud sandboxes
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





