Lightweight on-premise secrets management for European enterprises. AGPL. No SaaS dependency. Air-gap compatible. NIS2/DORA aligned. AI-native via MCP server — roadmap
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"keyorix": {
"command": "go",
"args": [
"run",
"github.com/keyorixhq/keyorix@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add keyorix go run github.com/keyorixhq/keyorix@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"keyorix": {
"command": "go",
"args": [
"run",
"github.com/keyorixhq/keyorix@latest"
]
}
}
}
📋 Copy