Silentfail

by decksaga

273 downloads
Not rated
GitHub

About

Diagnose MCP servers — health checks, tool testing, token cost audits, conflict detection, and security scanning with 50+ prompt injection patterns. Works as CLI or MCP server inside Claude Desktop.

Details

Author
decksaga
Downloads
273
Categories
Developer Tools, Security

- Discovers MCP configs from all major clients.
- Spawns servers and measures startup time.
- Tests each tool with smart inferred parameters.
- Calculates exact token cost per server and tool.
- Detects tool name conflicts across servers.
- Scans for security threats like prompt injection.

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Silentfail
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, install dependencies, and build. Add SilentFail as an MCP server to Claude Desktop, or run the CLI directly with commands such as silentfail for a health check, silentfail --test for a full scan, or silentfail --dashboard for the web UI.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "silentfail": {
            "silentfail": {
                "command": "npx",
                "args": [
                    "-y",
                    "silentfail@latest",
                    "--mcp"
                ]
            }
        }
    }
}

McpServers

{
    "silentfail": {
        "command": "npx",
        "args": [
            "-y",
            "silentfail@latest",
            "--mcp"
        ]
    }
}

What SilentFail does

| | |
|:--|:--|
| Discover | Finds all MCP configs across Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, and project-level files |
| Connect | Spawns each server, measures startup time, lists all tools |
| Test | Calls each tool with smart inferred parameters to verify it actually works |
| Audit | Calculates exact token cost per server and per tool |
| Detect | Finds tool name conflicts across servers |
| Scan | 50+ security patterns — prompt injection, data exfiltration, dangerous commands, encoded payloads |
| Report | Clear, actionable output in CLI, chat, or visual dashboard |

<br />

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.