MCPcopy Index your code
hub / github.com/Brooooooklyn/keyring-node

github.com/Brooooooklyn/keyring-node @v1.3.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.3.0 ↗ · + Follow
59 symbols 101 edges 10 files 21 documented · 36% updated 13d agov1.3.0 · 2026-04-30★ 822 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

@napi-rs/keyring

https://github.com/Brooooooklyn/keyring-node/actions install size Downloads

https://github.com/hwchen/keyring-rs Node.js binding via https://napi.rs

Usage

import { Entry } from '@napi-rs/keyring'

const entry = new Entry('my_service', 'my_name')
entry.setPassword('topS3cr3tP4$$w0rd')
const password = entry.getPassword()
console.log('My password is ', password)
entry.deletePassword()

Extension points exported contracts — how you extend this code

Credential (Interface)
(no doc)
index.d.ts

Core symbols most depended-on inside this repo

isMusl
called by 4
index.js
setup_linux_store
called by 2
src/entry.rs
setup_macos_store
called by 2
src/entry.rs
setup_windows_store
called by 2
src/entry.rs
setup_bsd_store
called by 2
src/entry.rs
find_credentials_
called by 2
src/entry.rs
get_item
called by 2
src/entry.rs
setup_linux_store
called by 2
src/async_entry.rs

Shape

Function 23
Method 22
Class 12
Enum 1
Interface 1

Languages

Rust81%
TypeScript19%

Modules by API surface

src/entry.rs25 symbols
src/async_entry.rs19 symbols
index.js6 symbols
index.d.ts5 symbols
src/linux_credential_builder.rs3 symbols
build.rs1 symbols

For agents

$ claude mcp add keyring-node \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact