CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Secenv Mcp

chirag127/secenv-mcp
authSTDIOregistry active
Summary

If you're juggling secrets across dozens of projects and don't want to pay for Doppler or 1Password, this gives your AI agent direct access to a git-backed secrets.json vault. It exposes tools to generate .env files from templates, rotate shared keys across repos, sync to GitHub Actions via the gh CLI, and list what's stored without leaking plaintext to the model. Works with Cursor, Claude Desktop, Windsurf, Cline, and anything else that speaks MCP over stdio. The underlying secenv-cli handles the vault clone and encryption. Reach for this when you need centralized secret management that stays local, costs nothing, and lets your editor's AI help without exposing credentials.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →

Configuration

SECENV_REPO_URLsecret

Git URL of your private secrets vault. Required on first run.

Categories
Developer Tools
Registryactive
Packagehttps://github.com/chirag127/secenv-mcp/releases/download/v1.1.0/secenv-mcp.mcpb
TransportSTDIO
AuthRequired
UpdatedJun 6, 2026
View on GitHub

secenv-mcp

MCP (Model Context Protocol) server for centralized secrets management.

Expose secrets.json to Cursor, Claude Desktop, Windsurf, Cline, GitHub Copilot, Codex, and any MCP-compatible editor. Your AI agent can generate .env files on demand, rotate shared keys across projects, and sync secrets to GitHub Actions — without ever exposing plaintext to the model.

Built on top of secenv-cli.


Available on

RegistryStatusURL
npmv1.0.0npmjs.com/package/secenv-mcp
Smitherylivesmithery.ai/servers/chirag127/secenv-mcp
Official MCP Registryv1.1.4io.github.chirag127/secenv-mcp
MCP.Directorysubmittedmcp.directory/servers/secenv-mcp
Glamapending OAuthglama.ai/mcp/servers
PulseMCPauto-crawlpulsemcp.com/servers
MCPB bundlev1.1.0secenv-mcp.mcpb in GitHub Releases
GitHubsourcegithub.com/chirag127/secenv-mcp

The server.json in .well-known/mcp/ is the source of truth for the official MCP registry. PulseMCP and MCP.Directory auto-crawl from it; Glama requires a one-time GitHub OAuth login.

Why?

ToolLimit / cost
Doppler free10 projects — too few for 100+ repos
Infisical Cloud free3 projects
1Password$36/year minimum
dotenvx / SOPS / git-cryptper-repo, no shared references
GitHub Secretsno local .env generation for AI agents

SecEnv: $0, unlimited projects, shared references, one-line rotation, local AI agent integration, no SaaS dependency.


Install

npm install -g secenv-mcp

Or use npx (no install):

npx -y secenv-mcp

Prerequisites

  1. Private Git repo with secrets.json (see secenv-cli)
  2. Run npx secenv-cli --init <repo-url> once to clone the vault locally
  3. GitHub CLI (gh) — only required for the sync_github tool

Use with Cursor / Claude Desktop / Windsurf / Cline

Add to your MCP client config:

{
  "mcpServers": {
    "secenv": {
      "command": "npx",
      "args": ["-y", "secenv-mcp"]
    }
  }
}

Config file locations:

  • Cursor: ~/.cursor/mcp.json (or Settings → MCP → Add new global MCP server)
  • Claude Desktop (macOS): ~/Library/Application Support/Claude/claude_desktop_config.json
  • Claude Desktop (Windows): %APPDATA%\Claude\claude_desktop_config.json
  • Windsurf: ~/.codeium/windsurf/mcp_config.json
  • Cline (VS Code): VS Code settings.json under "cline.mcpServers"
  • Continue.dev: ~/.continue/config.json under "experimental.mcpServers"

Per-project config (recommended)

You can scope secenv to a single project by adding the same JSON to <project>/.cursor/mcp.json or <project>/.vscode/mcp.json. This keeps ~/.secenv/secrets/ isolated to one repo at a time.


Use with Claude Code

Claude Code has built-in MCP support via the claude CLI:

claude mcp add secenv -- npx -y secenv-mcp

Verify with claude mcp list. The server will be available in all claude sessions.


Use with Smithery

The official installer for MCP servers. One-line install:

npx -y @smithery/cli install secenv-mcp --client claude
# or
npx -y @smithery/cli install secenv-mcp --client cursor

When prompted, paste your private secrets repo URL.


Use with GitHub Copilot CLI / VS Code

GitHub Copilot supports MCP via the official @github/copilot-cli wrapper and VS Code's MCP extension.

# .github/copilot/mcp.json or VS Code user settings
{
  "mcpServers": {
    "secenv": {
      "command": "npx",
      "args": ["-y", "secenv-mcp"]
    }
  }
}

For VS Code, install the Copilot MCP extension and add the same config under mcp.servers in your user settings.json.


Use with OpenAI Codex / ChatGPT

OpenAI's Codex CLI supports MCP since v0.46+:

# ~/.codex/config.toml
[mcp_servers.secenv]
command = "npx"
args = ["-y", "secenv-mcp"]

For ChatGPT (Developer Mode → Apps SDK), see the official Apps SDK docs for connecting remote MCP servers — point it at the HTTP endpoint described below.


Tools

ToolDescription
generate_envGenerate .env from .env.example + central secrets
list_projectsList all projects in secrets.json
list_sharedList shared secret key names (values redacted)
add_secretAdd or update a project secret
rotate_secretRotate a shared secret, reports affected projects
sync_githubSync secrets to GitHub Actions via gh CLI
clean_stale_projectsRemove projects whose local directory no longer exists
delete_projectRemove a project entry from secrets.json
remove_secretRemove a single secret key (project or shared)

The list_shared tool never returns plaintext — only masked values (e.g., sk-p••••mnop) so the AI cannot exfiltrate your secrets.


Transports

ModeCommandUse case
stdio (default)npx secenv-mcpLocal AI clients (Cursor, Claude Desktop, Windsurf, Cline, Codex)
Streamable HTTPnpx secenv-mcp --httpRemote / hosted / Vercel / Cloudflare / Render

The MCP server is designed for local stdio as the primary mode. The secrets vault is read from ~/.secenv/secrets/ which only exists on your machine.


Remote hosting (free tier)

If you want to expose the server over HTTP (e.g., for a remote LLM or team access), the bundled server supports any Node.js host.

Vercel (Hobby, 1M invocations/month)

npm run build
vercel link
vercel env add SECENV_REPO_URL production
# paste your private repo URL
vercel --prod

Endpoint: https://<your-deployment>.vercel.app/mcp Health: https://<your-deployment>.vercel.app/health

Cloudflare Workers (100K requests/day)

wrangler secret put SECENV_REPO_URL
# paste your private repo URL
wrangler deploy

Render (750 free hours/month)

Click "New Web Service" on Render, import this repo. The included render.yaml configures everything automatically.


Build a Smithery MCPB bundle

npm run build   # produces dist/index.js (768KB single file)
npm run pack    # produces dist/secenv-mcp.mcpb
npx -y @anthropic-ai/mcpb validate dist/secenv-mcp.mcpb

Security

  • Secret values are never returned by list_shared — only key names with masked values
  • All git operations use your local SSH keys
  • gh secret set uses stdin — values never appear in process args or shell history
  • The MCP server runs locally — your secrets never leave your machine
  • For remote deployments, set MCP_API_KEY to require Bearer auth

Requirements

  • Node.js >= 18
  • Git
  • secenv-cli (installed automatically as a dependency)
  • GitHub CLI (gh) — only for the sync_github tool

Development

npm install
npm test                 # run unit tests
npm run test:tools       # MCP tool tests only
npm run build            # bundle to dist/index.js
npm run pack             # bundle + zip to .mcpb

License

MIT

Related Developer Tools MCP Servers

View all →
Git Mcp Server

ray0907/git-mcp-server

MCP server for GitLab and GitHub
Git Mcp Server

cyanheads/git-mcp-server

Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.
221
Atlassian Dc Mcp Bitbucket

io.github.b1ff/atlassian-dc-mcp-bitbucket

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code
77
Atlassian Dc Mcp Jira

io.github.b1ff/atlassian-dc-mcp-jira

MCP server for Atlassian Jira Data Center - search, view, and create issues
77
Atlassian Jira

com.mcparmory/atlassian-jira

Create, search, and manage issues, projects, and team workflows
25
Bitbucket

aashari/mcp-server-atlassian-bitbucket

Node.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
146