stateless-mcp-starter
by waream2
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Set to 'production' for production mode | |
| AUTH_MODE | No | Authentication mode (dev or bearer) | dev |
| AWS_REGION | No | AWS region (required if STATE_ADAPTER=dynamodb) | |
| STATE_ADAPTER | No | State store adapter (memory, dynamodb, postgres) | memory |
| AUTH_BEARER_TOKEN | No | Bearer token (required if AUTH_MODE=bearer) | |
| DYNAMODB_TABLE_NAME | No | DynamoDB table name (required if STATE_ADAPTER=dynamodb) | |
| POSTGRES_TABLE_NAME | No | Postgres table name (required if STATE_ADAPTER=postgres) | |
| POSTGRES_CONNECTION_STRING | No | Postgres connection string (required if STATE_ADAPTER=postgres) |
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 | |