Declarative, agent-aware secrets for solo developers — sops+age, CLI, TUI, MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"athanor": {
"command": "go",
"args": [
"run",
"github.com/avatarsik6699/athanor@latest"
]
}
}
}
Run in terminal:
claude mcp add athanor go run github.com/avatarsik6699/athanor@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"athanor": {
"command": "go",
"args": [
"run",
"github.com/avatarsik6699/athanor@latest"
]
}
}
}