Back to MCP Servers
ServeMyAPI
A personal MCP (Model Context Protocol) server for securely storing and accessing API keys across projects using the macOS Keychain.
developer-toolsapiai
By Jktfe
Installation
npx -y serveMyAPIConfiguration
{
"mcpServers": {
"serveMyAPI": {
"command": "npx",
"args": ["-y", "serveMyAPI"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes