TheDocumentation Index
Fetch the complete documentation index at: https://docs.stratta.ch/llms.txt
Use this file to discover all available pages before exploring further.
@stratta/mcp package is both the MCP server and a small CLI for setup. You rarely run it
directly — your Claude client launches it — but these commands cover install and authentication.
Add to Claude Code
Log in (save your key)
~/.stratta/config.json (owner-only, mode 0600). Run it again anytime to replace the key.
Add to Claude Desktop
Afterlogin, add the server to claude_desktop_config.json (Settings → Developer → Edit
Config):
env block.
Global install (optional)
npx:
Run the server directly
For local testing only — your Claude client normally does this:Command summary
| Command | Purpose |
|---|---|
claude mcp add stratta -- npx -y @stratta/mcp | Add to Claude Code (key on first use). |
npx -y @stratta/mcp login | Save your API key to ~/.stratta/config.json. |
npm install -g @stratta/mcp | Install the stratta-mcp binary globally. |
npx -y @stratta/mcp | Run the server over stdio (testing). |
Related
Overview
Authentication and key resolution.
Read tools
What the server exposes once running.