Emfirge
Rank #28,362io.github.theanshsonkar/emfirge
Privacy-first AWS security in your AI: attack paths & fix simulation, IDs never sent to the LLM.
Emfirge is a Model Context Protocol (MCP) server published by theanshsonkar. It ranks #28,362 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Emfirge is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jul 3, 2026 and most recently updated on Jul 4, 2026.
Ranks ahead of 87,229 of 115,591 servers on MCP Toplist.
Use Emfirge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add emfirge -e "EMFIRGE_PRIVACY=<your EMFIRGE_PRIVACY>" -e "EMFIRGE_BASE_URL=<your EMFIRGE_BASE_URL>" -- npx -y @emfirge/mcpReplace each placeholder with your own value before saving.
[mcp_servers.emfirge]
command = "npx"
args = ["-y", "@emfirge/mcp"]
[mcp_servers.emfirge.env]
EMFIRGE_PRIVACY = "<your EMFIRGE_PRIVACY>"
EMFIRGE_BASE_URL = "<your EMFIRGE_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emfirge": {
"command": "npx",
"args": [
"-y",
"@emfirge/mcp"
],
"env": {
"EMFIRGE_PRIVACY": "<your EMFIRGE_PRIVACY>",
"EMFIRGE_BASE_URL": "<your EMFIRGE_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emfirge": {
"command": "npx",
"args": [
"-y",
"@emfirge/mcp"
],
"env": {
"EMFIRGE_PRIVACY": "<your EMFIRGE_PRIVACY>",
"EMFIRGE_BASE_URL": "<your EMFIRGE_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"emfirge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@emfirge/mcp"
],
"env": {
"EMFIRGE_PRIVACY": "<your EMFIRGE_PRIVACY>",
"EMFIRGE_BASE_URL": "<your EMFIRGE_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emfirge": {
"command": "npx",
"args": [
"-y",
"@emfirge/mcp"
],
"env": {
"EMFIRGE_PRIVACY": "<your EMFIRGE_PRIVACY>",
"EMFIRGE_BASE_URL": "<your EMFIRGE_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emfirge": {
"command": "npx",
"args": [
"-y",
"@emfirge/mcp"
],
"env": {
"EMFIRGE_PRIVACY": "<your EMFIRGE_PRIVACY>",
"EMFIRGE_BASE_URL": "<your EMFIRGE_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.theanshsonkar%2Femfirge)<a href="https://mcptoplist.com/server/io.github.theanshsonkar%2Femfirge"><img src="https://mcptoplist.com/badge/io.github.theanshsonkar%2Femfirge.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
theanshsonkar
Other servers by theanshsonkar
View all theanshsonkar servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Jul 4, 2026 |
| 0.1.2 | Jul 3, 2026 |
Frequently asked questions
- Who maintains Emfirge?
- Emfirge is maintained by theanshsonkar, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Emfirge listed on the Official MCP Registry?
- Yes — Emfirge is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Emfirge have?
- MCP Toplist tracks 2 versions of Emfirge, most recently published on Jul 4, 2026.
- Where can I find the source code for Emfirge?
- The source code for Emfirge is hosted at github.com/theanshsonkar/emfirge.