Skip to main content
Glama
retospect

gripe-mcp

by retospect

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GRIPE_DB_URLNoOptional Postgres database URL for storage; otherwise uses JSONL files.
GRIPE_TASK_IDYesTask ID for tracking the current task.
GRIPE_AGENT_IDYesAgent ID for identifying the source of the issue.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
report_issueA

Report a bug, confusion, bad documentation, or improvement idea.

Call this when you:

  • had to guess or weren't confident in your output

  • hit a missing tool or capability

  • found unclear, wrong, or incomplete tool documentation

  • encountered ambiguous instructions

  • want to suggest a new tool, workflow step, or prompt fix

Non-blocking — log and continue your task. No response expected. There is no penalty for logging; silence is the failure mode.

description: what went wrong or what you'd like improved (max 200 chars) severity: low (friction) | medium (had to guess/workaround) | high (abandoned/wrong output) section: which instruction or tool caused the issue (max 80 chars) mode: ambiguous_instruction | missing_tool | bad_tool_doc | hallucination_risk | wrong_scope | memory_miss | other

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/retospect/gripe-mcp'

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