Config checker
OpenClaw MCP Config Checker
Paste a sanitized MCP config JSON below. We run client-side checks in your browser to catch common issues and high-risk values fast.
Security reminder: Do not paste secrets. Remove passwords, keys, and tokens before pasting. Do not paste placeholders or secret-like values such as YOUR_, sk-, or xoxb-.
Your configuration is checked entirely in your browser. It is not uploaded anywhere.
This tool is a local sanity checker. If issues remain, request a full review after sanitizing.
Check results
Paste MCP JSON to run checks.
Sample input
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "./openclaw-workspace"]
}
}
}