Skip to main content
Developer ToolsTypeScript

Jktfe/serveMyAPI

A personal MCP (Model Context Protocol) server for securely storing and accessing API keys across projects using the macOS Keychain.

developer-toolslocal-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/Jktfe/serveMyAPI

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
Jktfe