Pangle Coordinator
by aitools420
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the coordinator server (default: 8920) | |
| DB_PATH | No | Path to SQLite database file (default: ./pangle.db) | |
| RPC_URL | No | RPC URL for the chain (default: http://localhost:8545 for local, PulseChain mainnet RPC for mainnet) | |
| CHAIN_ID | No | Chain ID (default: 31337 for local, 369 for PulseChain mainnet) | |
| ADMIN_KEY | No | Admin API key for the dashboard (required for public deployment) | |
| CHAIN_MODE | No | Chain mode: 'local' (anvil, default) or 'mainnet' | |
| MCP_RESOURCE_URL | No | Audience URL for signed login statements | |
| SESSION_TTL_SECONDS | No | Maximum session-assertion lifetime in seconds (default: 3600) | |
| PANGLE_TOKEN_ADDRESS | No | Address of the PANG reward token contract | |
| SYNTHESIS_WINDOW_HOURS | No | Window in hours for synthesis resolution (default: 48) | |
| COORDINATOR_PRIVATE_KEY | No | Private key of the coordinator wallet (must be set; for mainnet a fresh key is required) | |
| IDENTITY_REGISTRY_ADDRESS | No | Address of the IdentityRegistry contract (not used in MVP) | |
| REPUTATION_ANCHOR_ADDRESS | No | Address of the ReputationAnchor contract (not used in MVP) |
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 | |