gopass-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gopass-mcpget the secret for aws credentials"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gopass-mcp
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)
Related MCP server: onepassword-mcp-server
Install
git clone https://github.com/inavhq/gopass-mcp.git
cd gopass-mcp
npm install
npm run buildClaude 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 all secret paths, optionally filtered by folder prefix | No |
| Retrieve a secret's content by path | No |
| Search for secrets by name | No |
| Generate and store a random password | Yes |
Environment Variables
Variable | Default | Description |
|
| Path to gopass binary |
Security
Uses
execFile(notexec) — no shell involved, no injection surfacePath 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/inavhq/gopass-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server