mcpbeat Sign in

Flare MCP Server

local only

Flare runs on your own machine — the client starts it, so there is no endpoint to ping. 106 installs a week from npm.

Scan a running app or repo for leaked secrets, exposed routes and open RLS, and verify live keys

Installs per day peak 323 · avg 20
a month agotoday
106
Installs / week
npm · flarehq-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Flare every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add security -- npx -y flarehq-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "security": {
      "args": [
        "-y",
        "flarehq-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.security]
command = "npx"
args = ["-y", "flarehq-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "security": {
      "args": [
        "-y",
        "flarehq-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "security": {
      "args": [
        "-y",
        "flarehq-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Flare

same job, measured the same way
AI Scanner
by aakashbhardwaj27

Scan codebases for LLM/AI SDK usage, exposed API tokens, and hardcoded secrets.

70 installs/wk local only
CyberLens
by shadoprizm

Security scanning for websites, public repositories, and Open CLAW skills.

68 installs/wk local only
LiveCheck AI
by qualityclouds

Secure MCP runtime server for scanning and autofixing code issues

answering
Secrets Audit MCP
by eltociear

Detects leaked secrets & API keys: 32+ provider rules (AWS, GitHub, Stripe, OpenAI…), zero deps.

local only
Verify API
by mgdsn

Evidence-backed verification for citations, URLs, packages, repos, and cases -- for agents.

1 629 installs/wk local only
AurelianFlo
by aurelianflo

Remote MCP server for OFAC screening, EDD memos, exposure forecasts, queues, and reports.

11 tools answering
seekrit — secrets for agents
by seekrit

Encrypted store for API keys and database URLs your code needs. Use them without reading them.

40 tools answering
Flagrix
by flagrix-io

Scan GitHub repos and profiles for malware before cloning — commit-pinned risk verdicts for agents

69 installs/wk local only

Flare — questions

Answers built from our own checks of this server.

Why is there no uptime for Flare?
Flare runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package flarehq-mcp was installed 106 times last week.
How do I connect Flare?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls flarehq-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Flare?
The npm package flarehq-mcp was installed 106 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.