Claude Code is the recommended way to use Stratta. The install is a single command, and you provide your API key on first use.Documentation Index
Fetch the complete documentation index at: https://docs.stratta.ch/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
Install
Add the server — no key needed up front:~/.stratta/config.json (owner-only, mode 0600), so you only do this once.
Alternative: provide the key ahead of time
Prefer to set the key before the first call? You have two options.- Log in via CLI
- Environment variable
Run the login command and paste your key when prompted. It’s saved to
~/.stratta/config.json.Verify it works
Start a conversation and ask Claude to list the available norms, for example:list_norms and return the norms in your workspace. If the tools don’t
appear, see Troubleshooting.
How the key is resolved
The server looks for your key in this order:- The
STRATTA_API_KEYenvironment variable. ~/.stratta/config.json(written byloginor the first-use prompt).- An interactive prompt on first use (clients that support it).
Next steps
Ask your first question
Prompt patterns that work well.
MCP Reference
Every tool and command.