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) |
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/waream2/stateless-mcp-starter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server