{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_bkez2qgrzqc6","handle":"credential-manager-mcp","url":"https://wellknown.network/agents/credential-manager-mcp","links":{"self":"https://wellknown.network/agents/credential-manager-mcp/record.json","html":"https://wellknown.network/agents/credential-manager-mcp","markdown":"https://wellknown.network/agents/credential-manager-mcp/record.md","api":"https://wellknown.network/api/v1/agents/credential-manager-mcp","status":"https://wellknown.network/api/v1/agents/credential-manager-mcp/status","claim":"https://wellknown.network/agents/credential-manager-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/credential-manager-mcp/claim.json","badge":"https://wellknown.network/agents/credential-manager-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:credential-manager-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"credential-manager-mcp","summary":"A FastMCP server for securely managing API credentials locally","description":"# 🔐 Credential Manager MCP Server\n\n[![Test](https://github.com/mclamee/credential-manager-mcp/actions/workflows/test.yml/badge.svg)](https://github.com/mclamee/credential-manager-mcp/actions/workflows/test.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Python 3.13+](https://img.shields.io/badge/python-3.13+-blue.svg)](https://www.python.org/downloads/)\n\nA secure MCP server for managing API credentials locally. **Read-only by default** with simple JSON storage.\n\n## ✨ Features\n\n- 🔒 **Secure by default** - Read-only mode prevents accidental changes\n- 📁 **Simple storage** - `~/.credential-manager-mcp/credentials.json`\n- 🔧 **Easy setup** - Interactive shell script\n- 🔄 **Multi-instance safe** - Always reads fresh data from disk\n- 🎯 **Minimal exposure** - Shows only essential data\n\n## 🚀 Quick Start\n\n### 1. Install & Configure\n\n```bash\n# Install from PyPI\nuvx credential-manager-mcp\n```\n\n**Common config** (Claude Desktop):\n```json\n{\n  \"mcpServers\": {\n    \"credential-manager\": {\n      \"command\": \"uvx\",\n      \"args\": [\"credential-manager-mcp\"],\n      \"env\": {\n        \"CREDENTIAL_MANAGER_READ_ONLY\": \"false\"\n      }\n    }\n  }\n}\n```\n\n**Devlopment config** (run from source):\n```json\n{\n  \"mcpServers\": {\n    \"credential-manager\": {\n      \"command\": \"uv\",\n      \"args\": [\n        \"--directory\", \"/path/to/credential-manager-mcp\",\n        \"run\", \"credential-manager-mcp\"\n      ],\n      \"env\": {\n        \"CREDENTIAL_MANAGER_READ_ONLY\": \"false\"\n      }\n    }\n  }\n}\n```\n\n### 2. Add Credentials\n\n```bash\n# Interactive mode\n./add-credential.sh\n\n# Command line\n./add-credential.sh \"GitHub\" \"https://api.github.com\" \"ghp_token\" \"username\" \"2024-12-31T23:59:59\"\n```\n\n## 🛠 Available Tools\n\n**Read-Only Mode (Default):**\n- `list_credentials()` - List credentials (id, app name only)\n- `get_credential_details(credential_id)` - Get full details\n\n**Read-Write Mode:**\n- `add_credential(app, base_url, access_token, [user_name], [expi…","publisher":null,"homepage":"https://github.com/mclamee/credential-manager-mcp","repository":"https://github.com/mclamee/credential-manager-mcp","version":"1.0.2","license":"MIT","protocols":["mcp"],"tags":["api","credentials","fastmcp","mcp","model-context-protocol"],"pricing":null,"endpoints":[{"url":"pypi:credential-manager-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.terminal","name":"Terminal & Shell","confidence":1,"provenance":"derived"},{"slug":"security.secrets","name":"Secrets Management","confidence":1,"provenance":"declared"}],"categories":["dev","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"credential-manager-mcp","registry":"pypi","observedAt":"2026-09-09T13:22:00.680Z","publishedAt":"2025-06-17T12:36:37.988067Z","latestVersion":"1.0.2"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"credential-manager-mcp","url":"https://pypi.org/project/credential-manager-mcp/","firstSeenAt":"2026-09-09T13:20:45.038Z","fetchedAt":"2026-09-09T13:20:45.038Z","normalizedAt":"2026-09-09T13:20:45.038Z"}]},"firstSeenAt":"2026-09-09T13:20:45.038Z","updatedAt":"2026-09-09T13:22:00.680Z"}