Fider
JSON →Interact with Fider, an open-source customer feedback tool, to manage user suggestions and feedback.
Install
uvx (recommended Tools · 16
- list_posts List posts with filtering options (search, view, limit, tags)
- get_post Retrieve a specific post by number
- create_post Create new posts (requires authentication)
- edit_post Edit existing posts (requires collaborator/admin role)
- delete_post Delete posts (requires admin role)
- respond_to_post Change post status (open, planned, started, completed, declined, duplicate)
- list_comments List comments for a specific post
- add_comment Add a comment to a post (requires authentication)
- update_comment Update a comment (requires authentication and ownership)
- delete_comment Delete a comment (requires authentication and ownership/admin)
- list_tags List all available tags
- create_tag Create a new tag (requires admin role)
- update_tag Update an existing tag (requires admin role)
- delete_tag Delete a tag (requires admin role)
- assign_tag Assign a tag to a post (requires collaborator/admin role)
- unassign_tag Unassign a tag from a post (requires collaborator/admin role)
Environment variables
FIDER_BASE_URLFIDER_URLFIDER_API_KEY
Links
★ 1 GitHub stars