poke-interconnect
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PIP_HTTP_HOST | No | HTTP bind host. | 127.0.0.1 |
| PIP_HTTP_PORT | No | HTTP bind port. | 8642 |
| PIP_LOG_LEVEL | No | Log level. | INFO |
| PIP_STORE_URL | No | Storage URL, e.g., memory:// or sqlite:///data/pip.db. | memory:// |
| PIP_POLICY_FILE | No | Path to the policy YAML or JSON file. | ./config/policy.yaml |
| PIP_DISPLAY_NAME | No | Display name for this Poke instance. | poke |
| PIP_PUBLIC_MCP_URL | No | Advertised public MCP endpoint. | |
| PIP_PUBLIC_HTTP_URL | No | Advertised public HTTP endpoint. | |
| PIP_PRIVATE_KEY_FILE | No | Path to the Ed25519 private key file (mode 0600); key material never in env. | ./data/instance.key |
| PIP_HTTP_BEARER_TOKEN | No | Optional transport gate bearer token. | |
| PIP_MAX_CLOCK_SKEW_SECONDS | No | Maximum allowed clock skew in seconds. | 300 |
| PIP_IDEMPOTENCY_TTL_SECONDS | No | Idempotency TTL in seconds. | 86400 |
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
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues