Skip to main content
Glama
wildfirebill-ai

git-org-group-cred-vault

git-org-group-cred-vault

MCP server for managing GitHub & GitLab credentials — store tokens in an encrypted vault and let AI agents retrieve them automatically by org or group name.

Node MCP License: MIT Platform: GitHub + GitLab

A self-hosted, AI-agent-ready credential manager for MCP clients like Zed, Claude Desktop, VS Code, and Cursor.


What is this?

git-org-group-cred-vault is an MCP (Model Context Protocol) server that keeps your GitHub and GitLab personal access tokens in a local, encrypted vault and retrieves them by keyword — typically the org or group name. AI agents resolve the right credential automatically during git operations instead of hardcoding secrets into prompts or config.

  • 🔐 Secure storage — tokens kept in a vault, never exposed in tool listings

  • Automatic resolution — say "push to acme-org", the agent fetches the matching token

  • 🧩 Per-project scoping — tokens can be global or scoped to a single repo

  • 🌐 Self-hosted — full control; works on Windows, Linux, macOS, and Docker/Unraid

  • 🏷️ Platform tagging — filter by github or gitlab

  • 🔤 Custom GitLab prefix support — handles self-hosted instances with custom prefixes (e.g. acmepat-)

Related MCP server: Janee

Features

Capability

Detail

Keyword lookup

Find tokens by org name, group name, token prefix, or any keyword. Scoring prioritizes exact matches → substring matches → token overlap.

Dual scope

Global (~/.git-org_group-cred-vault/) or project-scoped (.git-org_group-cred-vault/). Local tokens take precedence.

Bulk import

Load a whole credential file in one call.

Platform tagged

Each token tagged github or gitlab; filter as needed.

Tools

Tool

Description

add_token

Store a GitHub or GitLab credential for an org/group.

import_tokens

Bulk-import multiple tokens from a plain-text file (tokenName token per line).

get_git_credential_for_org

Main lookup tool. Call BEFORE any git push/clone/fetch when the user mentions an org or group. Returns the matching token.

list_tokens

List all stored tokens (without exposing values). Shows name, platform, scope.

remove_token

Delete a stored token by name.

Quick Start

1. Install

npm install
# or run directly:
node src/index.mjs

Requires Node.js ≥ 18 and an MCP-compatible host (Zed, Claude Desktop, VS Code, Cursor, etc.).

2. Add a token

From any MCP host, tell the agent:

Store my GitHub token for org acme as acme-github with value ghp_xxxxxxxxxxxxxxxxxxxx

Or call add_token directly:

Parameter

Required

Description

tokenName

yes

Name/keyword for lookup (e.g. org or group name)

token

yes

The actual token value

platform

yes

github or gitlab

org

no

GitHub org name (extra keyword)

group

no

GitLab group name (extra keyword)

prefix

no

GitLab custom token prefix (extra keyword)

scope

no

auto (default), project, or global

3. Retrieve a token

The tool fires automatically during git operations. Just say:

push to acme-org

The agent calls get_git_credential_for_org to resolve the credential before pushing.

Parameter

Required

Description

keywords

yes

Org name, group name, or any keyword to match

platform

no

github or gitlab to filter

4. Bulk import

Import a whole credential file at once:

import the tokens from path/to/token-list.txt

File format — one token per line, whitespace-separated:

acme-github ghp_xxxxxxxxxxxxxxxxxxxx
acme-gitlab glpat-xxxxxxxxxxxxxxxx
# lines starting with # are skipped

Platform is auto-detected: tokens starting with glpat-/wfbpat- are tagged gitlab, all others github.

Parameter

Required

Description

filePath

yes

Absolute path to the text file

scope

no

auto (default), project, or global

org

no

Org name attached to ALL imported tokens (extra keyword)

Scope & Storage

Scope

Location

Global

~/.git-org_group-cred-vault/tokens.json

Project

.git-org_group-cred-vault/tokens.json inside the repo

Auto (default)

project if a local vault exists, otherwise global

Running on Unraid / Docker

Because it's a plain stdio MCP server, you can host it in any MCP gateway or container. On Unraid, run it inside mcpelevator (or any MCP gateway) and expose it to clients as an authenticated HTTP/SSE endpoint:

docker exec -it mcpelevator bash -c "cd /data/servers/git-org-group-cred-vault && npm install"

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    MCP server that lets AI agents call APIs without ever seeing the credentials, using a local encrypted vault and per-secret allowlist policies for HTTP requests and subprocess environment variables.
    1
    AGPL 3.0
  • A
    license
    -
    quality
    B
    maintenance
    Secrets management MCP server that injects credentials into API requests for AI agents, enforcing policies and logging all activity without exposing raw keys.
    37
    30
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server enabling AI agents to use secrets (API keys, tokens) via encrypted vault, executing HTTP/shell/SSH actions server-side while never exposing secret values to the AI.
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    An MCP server that provides ephemeral credentials and persistent MCP connections for AI coding agents, enabling secure access to services like GitHub and AWS without exposing secrets to the agent.
    203
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • MCP server connecting AI agents to non-custodial staking data across 130+ networks.

  • User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wildfirebill-ai/git-org-group-cred-vault'

If you have feedback or need assistance with the MCP directory API, please join our Discord server