basic-mcp
by Raine-ovo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host/interface to listen on for HTTP mode. Defaults to loopback (127.0.0.1). | 127.0.0.1 |
| MCP_PORT | No | Port for HTTP mode. Default is 3000. | 3000 |
| MCP_DB_PATH | No | Path to the SQLite database file. Default is `data/tasks.db`. | data/tasks.db |
| MCP_ALLOWED_HOSTS | No | Comma-separated list of allowed Host header hostnames (without scheme and port). Required when MCP_HOST is set to a non-loopback interface. | |
| MCP_ALLOWED_ORIGINS | No | Comma-separated list of allowed Origin hostnames (without scheme and port). Required when MCP_HOST is set to a non-loopback interface. | |
| MCP_AUTH_TOKENS_JSON | No | JSON object mapping user IDs to Bearer tokens for HTTP authentication, e.g. `{"alice":"alice-token"}`. Required for Streamable HTTP mode. | |
| REQUEST_STATE_SECRET | No | Secret used to sign requestState in the delete confirmation flow. Must be at least 32 bytes. If not set, a temporary random key is generated (not suitable for multi-process deployments). |
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