gripe-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GRIPE_DB_URL | No | Optional Postgres database URL for storage; otherwise uses JSONL files. | |
| GRIPE_TASK_ID | Yes | Task ID for tracking the current task. | |
| GRIPE_AGENT_ID | Yes | Agent ID for identifying the source of the issue. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| report_issueA | Report a bug, confusion, bad documentation, or improvement idea. Call this when you:
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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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