ServeMyAPI (macOS Keychain)
Summary
ServeMyAPI is a macOS-specific MCP server that securely stores and retrieves API keys using the native macOS Keychain. Developed by James King, it solves the common problem of managing sensitive credentials across multiple projects without exposing them in .env files. The server provides tools for storing, retrieving, listing, and deleting API keys through a consistent interface, making them accessible to AI assistants via natural language requests. This implementation is particularly valuable for developers who want to maintain security while allowing their AI tools to access necessary API credentials without manual intervention.
Available Actions(4)
store-api-key
Store an API key in the keychain. Parameters: name (string) - The name/identifier for the API key; key (string) - The API key to store.
get-api-key
Retrieve an API key from the keychain. Parameters: name (string) - The name/identifier of the API key to retrieve.
delete-api-key
Delete an API key from the keychain. Parameters: name (string) - The name/identifier of the API key to delete.
list-api-keys
List all stored API keys. No parameters required.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论