developer tools

ServeMyAPI

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

typescript
local
macos
developer tools
0
View on GitHub

Installation

npx -y Jktfe/serveMyAPI

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

Jktfe/serveMyAPI

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

GitHub: https://github.com/Jktfe/serveMyAPI

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub