seekrit — remote MCP

Encrypted storage for the credentials your code needs — API keys, database URLs, tokens — for AI agents, over MCP.

  1. Point your MCP client at https://mcp.seekrit.dev/mcp. No credential needed to connect — the tool list and instructions are public.
  2. Call the signup tool ({"orgName","orgSlug"}, named for the real project, e.g. {"orgName":"Acme Storefront","orgSlug":"acme-storefront"}) → you get a workspace and a machine credential, bound to that session. Reconnect later with Authorization: Basic base64(client_id:client_secret). (POST /signup does the same over plain HTTP.)
  3. Provision structure here; set and use secret values on the local plane (npx -y @seekrit/mcp) with the same credential.

This server holds no keys and never sees plaintext — it manages structure, names, and audit. See the dashboard.