Skip to main content
Glama
inavhq

gopass-mcp

by inavhq

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOPASS_PATHNoPath to gopass binarygopass

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_secretsA

List all secret paths in the gopass store, optionally filtered by folder prefix

get_secretA

Retrieve a secret's content from gopass by path

search_secretsA

Search for secrets by name in the gopass store

generate_passwordA

Generate and store a random password at the given path in gopass

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: listing, retrieving, searching, and generating secrets. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (list_secrets, get_secret, search_secrets, generate_password), making them predictable and easy to understand.

Tool Count5/5

With 4 tools, the set is well-scoped for a password manager server. Each tool covers a core operation without unnecessary bloat or missing essentials.

Completeness4/5

The tool set covers the essential operations for secret management (list, get, search, generate). Missing delete_secret or update_secret, but the core workflows are solid.

Maintenance

ActivityInactive
ResponsivenessNo issues