Jktfe/serveMyAPI
A personal MCP (Model Context Protocol) server for securely storing and accessing API keys across projects using the macOS Keychain.
Quick Start
Clone the repository:
git clone https://github.com/Jktfe/serveMyAPIClaude Desktop configuration example:
{
"mcpServers": {
"servemyapi": {
"command": "npx",
"args": [
"-y",
"Jktfe/serveMyAPI"
]
}
}
}Check the repository README for specific installation and configuration instructions.