PMCP
by ViperJuice
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Host to bind HTTP transport. Only used when transport is 'http'. | 127.0.0.1 |
| port | No | Port to bind HTTP transport. Only used when transport is 'http'. | 3344 |
| debug | No | Enable debug logging. Set to 'true' or 'false'. | false |
| transport | No | Transport mode: 'stdio' or 'http'. Default is 'stdio'. | stdio |
| PMCP_CONFIG | No | Path to a custom config file. Can also be set via --config. | |
| PMCP_LOCK_DIR | No | Directory for the singleton lock file. Defaults to ~/.pmcp. Can also be set via --lock-dir. | |
| PMCP_AUTH_TOKEN | No | Bearer token for HTTP transport authentication. Can also be set via --auth-token. | |
| PMCP_RATE_LIMIT | No | Rate limit for HTTP transport, e.g., '10/second'. Applied per source IP. | |
| PMCP_LEGACY_MANIFEST_AUTOSTART | No | Set to '1' to enable legacy manifest autostart behavior. |
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
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/ViperJuice/pmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server