SignalPilot
by zephyr45
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port for the server and MCP endpoint. Defaults to 8091. | 8091 |
| AWS_REGION | No | AWS region to use when AI_PROVIDER is 'bedrock', e.g., us-east-1. | |
| AI_PROVIDER | No | Optional AI provider for the briefing feature. Set to 'bedrock' to enable Amazon Bedrock Converse. | |
| BEDROCK_MODEL | No | Bedrock model ID to use when AI_PROVIDER is 'bedrock', e.g., amazon.nova-lite-v1:0. | |
| SIGNALPILOT_BIND | No | Network bind address. Set to '0.0.0.0' for remote access. Defaults to localhost. | 127.0.0.1 |
| SIGNALPILOT_TOKEN | No | Shared API token required for remote/container use. Set to a unique random value and send as Authorization: Bearer from MCP clients. Optional for local-only operation. | |
| SIGNALPILOT_ORIGIN | No | Allowed origin for browser access in remote deployments, e.g., https://your-host. Required when binding to a non-local address. |
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