MCPServers
ServeMyAPI (macOS Keychain) - MCP server logo

ServeMyAPI (macOS Keychain)

10
0

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.

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签