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

Installation

npx -y serveMyAPI

Configuration

{
  "mcpServers": {
    "serveMyAPI": {
      "command": "npx",
      "args": ["-y", "serveMyAPI"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub