check-mcp
Compatible with Amazon Q, allowing validation of commands before execution.
check-mcp
This is a thin wrapper. The one location for Check (install, hook mode, MCP, CLI, and the HTTP contract) is check.golproductions.com · golproductions/check. Integrate from there.
MCP server for Check, a command firewall for AI agents. Validates every shell command before execution. One round trip to the edge. Runnable or invalid.
A free key is minted automatically on first run. No signup, no key to paste.
Install
Cursor
// .cursor/mcp.json
{
"mcpServers": {
"Check": {
"command": "npx",
"args": ["@golproductions/check-mcp"]
}
}
}Windsurf
// .windsurf/mcp.json
{
"mcpServers": {
"Check": {
"command": "npx",
"args": ["@golproductions/check-mcp"]
}
}
}Claude Desktop
// claude_desktop_config.json
{
"mcpServers": {
"Check": {
"command": "npx",
"args": ["@golproductions/check-mcp"]
}
}
}VS Code
// .vscode/mcp.json
{
"servers": {
"Check": {
"type": "stdio",
"command": "npx",
"args": ["@golproductions/check-mcp"]
}
}
}Cline
// cline_mcp_settings.json
{
"mcpServers": {
"Check": {
"command": "npx",
"args": ["@golproductions/check-mcp"]
}
}
}Any other MCP client
Point it at the same command: npx @golproductions/check-mcp. Stdio transport, no other setup.
The server activates a free key on first run. To reuse an existing Client ID across machines, add it under env:
"env": { "GOL_CLIENT_ID": "your_key" }Claude Code
For Claude Code, use the installer instead, it wires up the hook that validates every command automatically:
npx @golproductions/check --installRelated MCP server: TerminusAI
Tools
Check
Validate a command. Returns RUNNABLE or INVALID.
Input: { "command": "kubectl rollout restart deployment/api" }
Output: Verdict: RUNNABLECheckAndExecute
Validate then run. Invalid commands are blocked before they touch the shell.
Input: { "command": "kubectl rollout restart deployment/api" }
Output: (command output)How it works
Checks locally if the binary is installed on your machine
If not installed, instant block, no API call, no cost
If installed, validates syntax and targets via the Check API
Returns the verdict in one network round trip
Pricing
120 free checks every day. After that, $0.0068 AUD per check. No subscriptions. Credits never expire.
License
Proprietary. See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides safe shell command execution capabilities for AI agents and tools like VS Code Copilot through a whitelist-based filtering system.Last updated
- AlicenseBqualityDmaintenanceExecute terminal commands locally or remotely via SSH with session persistence and environment variable support. Manage terminal sessions that maintain state for up to 20 minutes, enabling efficient command execution workflows. Connect using stdio or SSE for flexible integration with AI models and aLast updated11MIT
- Flicense-qualityCmaintenanceEnables developers to check system service status, retrieve project documentation, search files, and run whitelisted commands (git, pytest, etc.) securely via natural language.Last updated
- Flicense-qualityDmaintenanceEnables AI models to safely execute pre-defined Linux shell commands with a whitelist mechanism, restricting execution to allowed commands only.Last updated1
Related MCP Connectors
Verify a skill, tool, or package for malicious behavior before your agent installs it. Hosted.
Operate your Linux servers from your LLM. Every action runs through an auditable allowlist.
Check a Base contract, transaction or web page before you act. Free pricing, paid per call in USDC.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/golproductions/check-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server