Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Katla

FreeNot checked

Local encrypted credential vault for AI agents — Argon2id + Fernet + Telegram 2FA + MCP

GitHubEmbed

About

Local encrypted credential vault for AI agents — Argon2id + Fernet + Telegram 2FA + MCP

README

An encrypted vault for your API keys and passwords. Built for developers who use AI agents (Claude Code, Cursor, etc.) in their daily work.

License: MIT Python 3.10+ Tests


Why I built this

I work with AI agents every day. They need my API keys for Stripe, LinkedIn, Meta, Google, and a dozen other services.

The problem: traditional password managers aren't built for the AI era. Either the agent sees all values in plaintext, or the entire flow gets blocked behind UI that doesn't work for automation.

I wanted something different:

  • A vault that lives on my own machine, not in the cloud
  • The AI agent must ask me first before it gets sensitive keys
  • Mobile approval via Telegram (one tap, done)
  • $0 per month instead of a subscription

So I built it myself. In a day. And now I'm releasing it for free.

What it does

  • Encrypts your passwords locally with the same technology banks use (Argon2id + AES)
  • Three security tiers, everyday API keys just work, sensitive stuff requires approval on your phone
  • Three ways to use it: command line, Telegram bot, or a web dashboard on your own computer
  • No subscriptions. No cloud costs. No limits.

Quick start (60 seconds)

git clone https://github.com/wilhelmsson424-jpg/katla.git
cd katla
pip install -r requirements.txt
python -m katla unlock
python -m katla add MY_FIRST_KEY low

A more detailed guide is in docs/ARCHITECTURE.md.

Is it secure?

Yes. I've put the system through several security rounds. Everything is open source, feel free to review the code yourself. If you find security issues, please open an issue.

But: security is never 100%. Read docs/THREAT_MODEL.md for what Katla protects against and what it does NOT protect against.

Want to contribute?

Yes, please. This is open source under MIT, do what you want with it. Improvements, bug fixes, new features: send a pull request.

If you find it useful, please consider giving it a star, it helps others discover the project.

Thanks for checking this out

I'm Rickard, a solo developer in Jönköping, Sweden. This is my way of giving back to the open source community I use every day.

Feel free to reach out: LinkedIn


Inspired by Astrid Lindgren's The Brothers Lionheart, Katla, the dragon who guards the cave.

MIT License, use as you wish.

from github.com/wilhelmsson424-jpg/katla

Install Katla in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install katla

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add katla -- uvx --from git+https://github.com/wilhelmsson424-jpg/katla katla

Step-by-step: how to install Katla

FAQ

Is Katla MCP free?

Yes, Katla MCP is free — one-click install via Unyly at no cost.

Does Katla need an API key?

No, Katla runs without API keys or environment variables.

Is Katla hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Katla in Claude Desktop, Claude Code or Cursor?

Open Katla on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Katla with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs