Gopass
БесплатноНе проверенEnables AI agents to securely access and manage passwords from a gopass store via four tools: list, retrieve, search, and generate passwords.
Описание
Enables AI agents to securely access and manage passwords from a gopass store via four tools: list, retrieve, search, and generate passwords.
README
MCP server for gopass password management. Gives AI agents secure, on-demand access to credentials stored in your gopass (GPG-encrypted, git-backed) password store.
Prerequisites
- Node.js >= 20
- gopass installed and configured (v1.16+)
- A working gopass store (run
gopass lsto verify)
Install
git clone https://github.com/inavhq/gopass-mcp.git
cd gopass-mcp
npm install
npm run build
Claude Code Configuration
Add to your Claude Code MCP settings (~/.claude/settings.json or project .claude/settings.local.json):
{
"mcpServers": {
"gopass": {
"command": "node",
"args": ["/path/to/gopass-mcp/dist/index.js"]
}
}
}
Tools
| Tool | Description | Write? |
|---|---|---|
list_secrets |
List all secret paths, optionally filtered by folder prefix | No |
get_secret |
Retrieve a secret's content by path | No |
search_secrets |
Search for secrets by name | No |
generate_password |
Generate and store a random password | Yes |
Environment Variables
| Variable | Default | Description |
|---|---|---|
GOPASS_PATH |
gopass |
Path to gopass binary |
Security
- Uses
execFile(notexec) — no shell involved, no injection surface - Path validation blocks directory traversal (
.., absolute paths,~) - Secret values are never written to stderr or logs
- No
insert_secretordelete_secret— too dangerous for LLM automation
Development
npm test # Run tests
npm run lint # ESLint + Prettier check
npm run typecheck # tsc --noEmit
npm run build # Compile to dist/
License
MIT
Установка Gopass
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/inavhq/gopass-mcpFAQ
Gopass MCP бесплатный?
Да, Gopass MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Gopass?
Нет, Gopass работает без API-ключей и переменных окружения.
Gopass — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Gopass в Claude Desktop, Claude Code или Cursor?
Открой Gopass на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Gopass with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
