Credential Manager
About
A server for securely managing API credentials locally through the Model Context Protocol (MCP).
Details
- Author
- mclamee
- Categories
- Developer Tools
Jump to
Setup
Install Credential Manager in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/mclamee/credential-manager-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
A server for securely managing API credentials locally through the Model Context Protocol (MCP).
A secure MCP server for managing API credentials locally.Read-only by defaultwith simple JSON storage.
- 🔒Secure by default- Read-only mode prevents accidental changes
- 📁Simple storage-~/.credential-manager-mcp/credentials.json
- 🔧Easy setup- Interactive shell script
- 🔄Multi-instance safe- Always reads fresh data from disk
- 🎯Minimal exposure- Shows only essential data
# Install from PyPI uvx credential-manager-mcp
{ "mcpServers": { "credential-manager": { "command": "uvx", "args": ["credential-manager-mcp"], "env": { "CREDENTIAL_MANAGER_READ_ONLY": "false" } } } }
{ "mcpServers": { "credential-manager": { "command": "uv", "args": [ "--directory", "/path/to/credential-manager-mcp", "run", "credential-manager-mcp" ], "env": { "CREDENTIAL_MANAGER_READ_ONLY": "false" } } } }
# Interactive mode ./add-credential.sh # Command line ./add-credential.sh "GitHub" "https://api.github.com" "ghp_token" "username" "2024-12-31T23:59:59"
- list_credentials()- List credentials (id, app name only)
- get_credential_details(credential_id)- Get full details
- add_credential(app, base_url, access_token, [user_name], [expires])
- update_credential(credential_id, [fields...])
- delete_credential(credential_id)
# List all credentials list_credentials() # {"credentials": [{"id": "abc...", "app": "GitHub"}], "count": 1} # Get credential details get_credential_details("credential-id") # Add new credential (write mode only) add_credential("GitHub", "https://api.github.com", "ghp_token", "user", "2024-12-31T23:59:59")
- CREDENTIAL_MANAGER_READ_ONLY- Set to"false"for write operations (default:"true")
- "2024-12-31T23:59:59"- ISO datetime
- "never"- No expiration
- Read-only by default
- Local storage only (~/.credential-manager-mcp/credentials.json)
- File locking for safe concurrent access
- Minimal data exposure in listings
git clone https://github.com/mclamee/credential-manager-mcp.git cd credential-manager-mcp uv sync --dev uv run pytest test/ -v
MIT License - seeLICENSEfile for details.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





