Fider MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FIDER_URL | No | Your Fider instance URL (e.g., https://feedback.example.com) | |
| FIDER_API_KEY | No | Optional API key for authentication (required for creating, editing, and deleting posts) | |
| FIDER_BASE_URL | No | Your Fider instance URL (e.g., https://feedback.example.com) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_postsC | List posts from Fider with optional filtering |
| get_postA | Get a specific post by its number |
| create_postA | Create a new post (requires authentication) |
| edit_postA | Edit an existing post (requires collaborator/admin role) |
| delete_postB | Delete a post (requires admin role) |
| respond_to_postA | Respond to a post by changing its status (requires collaborator/admin role) |
| list_commentsA | List comments for a specific post |
| add_commentB | Add a comment to a post (requires authentication) |
| update_commentA | Update a comment (requires authentication and ownership) |
| delete_commentA | Delete a comment (requires authentication and ownership/admin) |
| list_tagsA | List all available tags |
| create_tagA | Create a new tag (requires admin role) |
| update_tagB | Update an existing tag (requires admin role) |
| delete_tagA | Delete a tag (requires admin role) |
| assign_tagA | Assign a tag to a post (requires collaborator/admin role) |
| unassign_tagA | Unassign a tag from a post (requires collaborator/admin role) |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/ringostat/fider-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server