A personal MCP server for securely storing and accessing API keys across projects using the macOS Keychain.
Loading more......
MCP server designed for analyzing ROADrecon gather results from Azure tenant enumeration, illustrating specialized security analysis via MCP servers.
A Model Context Protocol (MCP) server to enforce CISA BOD 25-01 security controls for Microsoft 365 via Microsoft Graph API, enabling automated policy management and compliance monitoring.
An MCP server running inside a trusted execution environment, enabling remote attestation and secure server verification for MCP clients.
Bridges to the DefectDojo vulnerability management system, enabling interaction with security findings, products, and engagements via the Model Context Protocol. Relevant as an MCP server integration for security workflows.
An MCP server that allows secure credential retrieval from 1Password for use by Agentic AI, exemplifying a specialized MCP server integrating security and automation.
MCP server for querying the ORKL API to fetch threat reports and intelligence, providing security analysis tools via MCP.
A personal MCP server for securely storing and accessing API keys across projects using the macOS Keychain.
store-api-key: Store an API key.get-api-key: Retrieve an API key.delete-api-key: Delete an API key.list-api-keys: List all stored API keys.git clone https://github.com/Jktfe/serveMyAPI.gitnpm installnpm run buildnpm run build && npm linkapi-key listapi-key get <name>api-key store <name> <key>api-key delete <name>api-key helpnpm startnode dist/server.jsMIT
https://github.com/Jktfe/serveMyAPI