Check Mcp
БесплатноНе проверенLess hallucinations. A command firewall for AI agents: validates every shell command before execution, so fabricated commands are denied before they run.
Описание
Less hallucinations. A command firewall for AI agents: validates every shell command before execution, so fabricated commands are denied before they run.
README
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 --install
Tools
Check
Validate a command. Returns RUNNABLE or INVALID.
Input: { "command": "kubectl rollout restart deployment/api" }
Output: Verdict: RUNNABLE
CheckAndExecute
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.
Установить Check Mcp в Claude Desktop, Claude Code, Cursor
unyly install check-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add check-mcp -- npx -y @golproductions/check-mcpFAQ
Check Mcp MCP бесплатный?
Да, Check Mcp MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Check Mcp?
Нет, Check Mcp работает без API-ключей и переменных окружения.
Check Mcp — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Check Mcp в Claude Desktop, Claude Code или Cursor?
Открой Check Mcp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Check Mcp with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
