AgentHubAgentHub

envcp

MCP ServerMCP Registry官方收录

dev.fentz.envcp/envcp · v1.1.0

Encrypted environment variable vault with AI access policies, keeping secrets safe from AI agents.

概览

envcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "envcp": {
      "command": "npx",
      "args": [
        "-y",
        "@fentz26/envcp"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "dev.fentz.envcp/envcp",
  "type": "mcp-server",
  "version": "1.1.0",
  "displayName": "envcp",
  "description": "Encrypted environment variable vault with AI access policies, keeping secrets safe from AI agents.",
  "repository": {
    "url": "https://github.com/fentz26/EnvCP",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@fentz26/envcp",
        "version": "1.1.0",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "dev.fentz.envcp/envcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/dev.fentz.envcp%2Fenvcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
envcp — MCP Server 安装与配置 · AgentHub