mcpbeat Sign in

Valetkey MCP Server

by firatciftci Your server? Claim it
local only

Valetkey runs on your own machine — the client starts it, so there is no endpoint to ping.

Signed-in dev sessions for coding agents, without handing over credentials.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 684 · avg 22
a month agotoday
Installs / week
npm · valetkey
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 valetkey -- npx -y valetkey
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "valetkey": {
      "args": [
        "-y",
        "valetkey"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.valetkey]
command = "npx"
args = ["-y", "valetkey"]
.cursor/mcp.json
{
  "mcpServers": {
    "valetkey": {
      "args": [
        "-y",
        "valetkey"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "valetkey": {
      "args": [
        "-y",
        "valetkey"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Valetkey

same job, measured the same way
Trusty Squire
by trusty-squire

Credential broker that signs your AI agent up to SaaS dev tools, within a signed spending mandate.

3 529 installs/wk local only
Browser SSH
by browserssh

Scoped, audited SSH exec, sessions, and SFTP on your saved servers without exposing credentials

answering
s-gw
by sgateway

Keep credentials out of AI coding agents with local approvals, scoped injection, and audit trails.

126 installs/wk local only
Bilg
by bilgai

Shared memory for coding agents and their teams: docs, epics, tasks and decisions over MCP.

answering
Todox
by beydemirfurkan

Memory for coding agents: the decisions, the dead ends, and where the last session stopped.

answering
q-ring
by i4ctime

OS keychain secrets for AI coding agents, over MCP.

712 installs/wk local only
Codex ServerOps MCP
by cyyprezz

Stateful Windows OpenSSH server operations for Codex with local credential handling.

68 installs/wk local only
Pokes
by pokes

Poke your human for approvals and decisions during agent sessions — answered with one phone tap.

answering

Valetkey — questions

Answers built from our own checks of this server.

Why is there no uptime for Valetkey?
Valetkey 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 valetkey.
Is Valetkey still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Valetkey?
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 valetkey straight from npm; nothing to host, nothing to sign up for.