pwpush-mcp
by k9fr4n
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HTTP_TOKEN | No | Bearer token required for HTTP transport (--listen mode). Required if using --listen. | |
| PWPUSH_TIMEOUT | No | HTTP request timeout in seconds. Default: 30 | 30 |
| PWPUSH_BASE_URL | No | Base URL of the Password Pusher instance. Default: https://pwpush.com | https://pwpush.com |
| PWPUSH_API_EMAIL | No | Email tied to the token for v1 instances. | |
| PWPUSH_API_TOKEN | No | API token for Password Pusher. Generate at <base-url>/api_tokens. Required for listing/audit, optional for create/preview/expire depending on instance. | |
| PWPUSH_AUDIT_LOG | No | Emit audit logs on stderr. Default: true | true |
| PWPUSH_CA_BUNDLE | No | Path to a CA bundle for SSL verification. | |
| PWPUSH_FILE_ROOT | No | Allowlist root directory for file uploads. If unset, file uploads disabled. | |
| PWPUSH_READ_ONLY | No | Remove write tools (create_push, expire_push). Default: false | false |
| PWPUSH_VERIFY_SSL | No | Verify SSL certificates. Default: true | true |
| PWPUSH_API_VERSION | No | API version: auto, v1, or v2. Default: auto | auto |
| PWPUSH_MAX_RETRIES | No | Number of retries on connection errors/429/5xx. Default: 2 | 2 |
| PWPUSH_ENABLED_TOOLS | No | Comma-separated fnmatch allowlist of tools to enable. Empty = all. | |
| PWPUSH_MAX_CONCURRENT | No | Maximum concurrent HTTP requests. 0 = unlimited. Default: 0 | 0 |
| MCP_HTTP_ALLOWED_HOSTS | No | Comma-separated allowed Host headers. Default: localhost,127.0.0.1,[::1] | |
| MCP_HTTP_ALLOW_UNAUTHENTICATED | No | Allow unauthenticated HTTP requests. Default: false | false |
| PWPUSH_PER_REQUEST_CREDENTIALS | No | Enable per-request pwpush credentials via headers. Default: false | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/k9fr4n/pwpush-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server