agent-keyring

MithrynMarious/agent-keyring
★ 0 stars Python AI/LLM Updated today
Agent Keyring — sovereign secrets infrastructure for AI agents. MCP server with dual-backend (local file + GCP Secret Manager).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-keyring": {
      "command": "uvx",
      "args": [
        "agent-keyring"
      ]
    }
  }
}

Or install with pip: pip install agent-keyring

README Excerpt

An MCP server that holds secrets and makes authenticated API calls on behalf of AI agents — so API keys never enter conversation context. ``` Agent → Keyring MCP → retrieve secret → make API call → return data only ``` The agent says *what* to do ("query GA4 for sessions"). The keyring handles *how* to authenticate. Keys stay on the keyring, never in the agent's mouth.

Tools (8)

GOOGLE_APPLICATION_CREDENTIALSKEYRING_GCP_PROJECTKEYRING_SECRETS_ROOTKEYRING_SECRET_STOREkeyring_agent_affinitykeyring_authenticated_requestkeyring_checkout_historykeyring_list_available