Feedback MCP
Officialby Parra-Inc
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONFIG_DIR | No | Override the config directory. | config/ |
| MCP_SECRET | Yes | Bearer secret for the MCP server, admin API, and OAuth flow. Generate with `openssl rand -hex 32`. | |
| PUBLIC_URL | No | Public origin used in OAuth discovery metadata when behind a proxy, e.g. https://feedback.your-domain.com. | |
| DATABASE_URL | No | Connection string. Defaults to local Postgres on :5457, or file:./data/feedback.db for SQLite. | postgresql://postgres:postgres@localhost:5457/feedback |
| DATABASE_PROVIDER | No | Database provider: 'postgresql' or 'sqlite'. | postgresql |
| SLACK_WEBHOOK_URL | No | Slack incoming webhook; every submission is cross-posted after the database write. | |
| FEEDBACK_RETENTION_DAYS | No | Auto-delete feedback older than this many days. Unset keeps everything. | |
| RATE_LIMIT_IP_PER_MINUTE | No | Ingest requests per minute per client IP. Set to 0 to disable. | 60 |
| RATE_LIMIT_PROJECT_PER_MINUTE | No | Ingest requests per minute per project. Set to 0 to disable. | 600 |
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
ActivityActive
ResponsivenessNo issues