2026-07-26 20:19:20 -07:00
{
"$schema" : "https://anthropic.com/claude-code/marketplace.schema.json" ,
2026-07-27 06:01:34 -07:00
"name" : "dnspegasus" ,
"description" : "Self-hosted Claude Code plugins for the dnspegasus.net infrastructure." ,
2026-07-26 20:19:20 -07:00
"owner" : {
2026-07-27 06:01:34 -07:00
"name" : "jknapp" ,
"url" : "https://repo.anhonesthost.net/jknapp/shared-memory"
2026-07-26 20:19:20 -07:00
},
"plugins" : [
{
"name" : "shared-memory" ,
"source" : "./plugin" ,
2026-07-27 06:01:34 -07:00
"description" : "Shared persistent memory and snippet library for Claude Code sessions, backed by memory.dnspegasus.net and authenticated with Authentik OIDC."
2026-07-26 20:19:20 -07:00
}
]
}