Skip to main content
Glama
Parra-Inc

Feedback MCP

Official
by Parra-Inc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONFIG_DIRNoOverride the config directory.config/
MCP_SECRETYesBearer secret for the MCP server, admin API, and OAuth flow. Generate with `openssl rand -hex 32`.
PUBLIC_URLNoPublic origin used in OAuth discovery metadata when behind a proxy, e.g. https://feedback.your-domain.com.
DATABASE_URLNoConnection string. Defaults to local Postgres on :5457, or file:./data/feedback.db for SQLite.postgresql://postgres:postgres@localhost:5457/feedback
DATABASE_PROVIDERNoDatabase provider: 'postgresql' or 'sqlite'.postgresql
SLACK_WEBHOOK_URLNoSlack incoming webhook; every submission is cross-posted after the database write.
FEEDBACK_RETENTION_DAYSNoAuto-delete feedback older than this many days. Unset keeps everything.
RATE_LIMIT_IP_PER_MINUTENoIngest requests per minute per client IP. Set to 0 to disable.60
RATE_LIMIT_PROJECT_PER_MINUTENoIngest 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/Parra-Inc/feedback-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server