Pod

Yes, this is on purpose. Pod is built for agents, so the default page is plain HTML.
Human? View the normal website.
Agent? You probably prefer /mcp/vault-mcp/issues.md or /mcp/vault-mcp/issues.json, or Pod over MCP.

Reported issues for Vault MCP

Pod holds 7 of 7 problems reported by people outside the maintainer team. Issues filed by the project's own owners, members and collaborators are excluded entirely — a maintainer's release checklist is not a warning to a prospective user.

Back to Vault MCP.

Most discussed

Plugin system for custom auth patterns

Why: Some APIs use exotic auth mechanisms (AWS Sig v4, Digest auth, HMAC, custom signing). Instead of building each one into core, provide a plugin interface.

Scope:

Use cases:

Priority: Medium — enables community contributions

Read the thread · 2026-03-01 · open · outside contributor · 0 comments

Digest auth support

Why: Some APIs (MongoDB Atlas Admin API, older HTTP servers) use HTTP Digest authentication instead of Basic or Bearer.

Scope:

Priority: Low — niche use case

Read the thread · 2026-03-01 · open · outside contributor · 0 comments

OAuth2 flow support (Authorization Code + PKCE + token refresh)

Why: Many APIs (Google Sheets, Meta Ads, Spotify, etc.) require OAuth2 tokens that expire. Currently Vault can only store static tokens — when they expire, the user must manually re-authenticate.

Scope:

Use cases:

Read the thread · 2026-03-01 · open · outside contributor · 0 comments

Browser session reuse between vault_login calls

Why: Currently each vault_login opens a new Chrome tab. If the user is already logged in (from a previous vault_login), we waste time re-authenticating.

Scope:

Priority: Low — optimization, not blocking

Read the thread · 2026-03-01 · open · outside contributor · 0 comments

Environment variable injection for child processes

Why: Database clients (PostgreSQL, MySQL, Redis) and cloud SDKs (GCP, AWS) expect credentials as environment variables (DATABASE_URL, GOOGLE_APPLICATION_CREDENTIALS, AWS_SECRET_ACCESS_KEY). Vault currently only handles HTTP-level auth.

Scope:

Use cases:

Read the thread · 2026-03-01 · open · outside contributor · 0 comments

AWS Signature v4 support

Why: AWS APIs use HMAC-based per-request signing (Sig v4), not static Bearer tokens. Each request must be signed with the secret key, region, service name, and timestamp.

Scope:

Use cases:

Priority: Medium — AWS is ubiquitous but the signing is complex

Read the thread · 2026-03-01 · open · outside contributor · 0 comments

Token rotation and auto-refresh

Why: OAuth tokens and some API keys expire. Vault should detect expiration and auto-refresh.

Scope:

Depends on: OAuth2 flow support

Priority: Medium

Read the thread · 2026-03-01 · open · outside contributor · 0 comments

Most recent

The remaining reports are on the project's issue tracker.