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 |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Parra-Inc/feedback-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server