Enterprise DNA
M MCP Servers Developer low

Jktfe/serveMyAPI

by Various

๐Ÿ“‡ ๐Ÿ  ๐ŸŽ - A personal MCP (Model Context Protocol) server for securely storing and accessing API keys across projects using the macOS Keychain.

J

MCP

Jktfe/serveMyAPI

Added 1 June 2026

Overview

A personal Model Context Protocol (MCP) server that stores and retrieves API keys securely using the macOS Keychain. It exposes a standardized MCP interface for other tools to access credentials without exposing them in plaintext.

Best for

Best for
macOS developers who need a lightweight, secure way to serve API keys to MCP-enabled tools.

Use cases

  • Securely manage API keys for multiple projects in a macOS development environment
  • Integrate with MCP-compatible clients to access credentials at runtime
  • Replace hardcoded API keys or environment variable files with system-level key storage

Notes

A personal Model Context Protocol (MCP) server that stores and retrieves API keys securely using the macOS Keychain. It exposes a standardized MCP interface for other tools to access credentials without exposing them in plaintext.

24 stars on GitHub. Last updated 2026-05-31.

Use cases

  • Securely manage API keys for multiple projects in a macOS development environment
  • Integrate with MCP-compatible clients to access credentials at runtime
  • Replace hardcoded API keys or environment variable files with system-level key storage

Pros

  • Leverages the built-in macOS Keychain for strong, OS-level encryption
  • Simple MCP interface makes it easy to plug into existing workflows
  • Open-source TypeScript codebase allows inspection and customization

Cons

  • macOS-only due to Keychain dependency (no Windows/Linux support)
  • Limited to MCP protocol clients, not a general-purpose credential manager
  • Small community (24 stars) means fewer resources and slower iteration

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Leverages the built-in macOS Keychain for strong, OS-level encryption
  • Simple MCP interface makes it easy to plug into existing workflows
  • Open-source TypeScript codebase allows inspection and customization

Cons

  • macOS-only due to Keychain dependency (no Windows/Linux support)
  • Limited to MCP protocol clients, not a general-purpose credential manager
  • Small community (24 stars) means fewer resources and slower iteration