mcpbeat Sign in

Infisical MCP Server

local only

Infisical MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Infisical API: manage secrets via universal auth.

Installs / week
npm · infisical-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Infisical MCP 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 infisical-mcp -- npx -y infisical-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "infisical-mcp": {
      "args": [
        "-y",
        "infisical-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.infisical-mcp]
command = "npx"
args = ["-y", "infisical-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "infisical-mcp": {
      "args": [
        "-y",
        "infisical-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "infisical-mcp": {
      "args": [
        "-y",
        "infisical-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Infisical MCP

same job, measured the same way
MCP Modal Server
by george-bobby

MCP server for managing Modal apps, containers, volumes, and secrets.

1 124 installs/wk local only
seekrit (local crypto plane)
by seekrit

Zero-knowledge secrets manager — local crypto-plane MCP server: decrypts and injects secrets.

700 installs/wk local only
Secure Vault
by mdfifty50-boop

Encrypted secrets and credential management for agents

24 installs/wk local only
MCP Shield
by sophiacave

Security scanner for MCP servers. SSRF, path traversal, injection, auth, secrets. Grade A-F.

30 installs/wk local only
Janee
by rsdouglas

Secure secrets proxy for AI agents — manages API keys so agents never see raw credentials.

77 installs/wk local only
Doppler MCP
by mrfentmen

Doppler API: projects, configs, secrets.

local only
vault
by meshpop

Secret and credential management MCP — securely store, retrieve, manage API keys and tokens

local only
Haldir
by exposureguard

Guardian layer for AI agents: identity, secrets, audit via MCP.

54 installs/wk local only

Infisical MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Infisical MCP?
Infisical MCP 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 infisical-mcp.
How do I connect Infisical MCP?
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 infisical-mcp straight from npm; nothing to host, nothing to sign up for.
Is Infisical MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.