We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/marcinwyszynski/featurebase-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
smithery.yaml•1.85 kB
id: featurebase
name: Featurebase
description: MCP server for managing Featurebase posts and comments via API
author: Marcin Wyszynski
github: https://github.com/marcinwyszynski/featurebase-mcp
version: 1.0.0
featured: false
categories:
- productivity
- feedback
- api
keywords:
- featurebase
- feedback
- posts
- comments
- product management
runtime: node
readme: https://github.com/marcinwyszynski/featurebase-mcp/blob/main/README.md
commands:
manual:
install: npm install && npm run build
run: node build/index.js
tools:
- name: list_posts
description: List posts with optional filtering
- name: create_post
description: Create a new post
- name: update_post
description: Update an existing post
- name: delete_post
description: Delete a post permanently
- name: get_post_upvoters
description: Get list of users who upvoted a post
- name: add_upvoter
description: Add an upvoter to a post
- name: get_comments
description: Get comments for a post or changelog
- name: create_comment
description: Create a new comment or reply
- name: update_comment
description: Update an existing comment
- name: delete_comment
description: Delete a comment
- name: resolve_post_slug
description: Convert a post slug to post ID and get post details
- name: get_similar_submissions
description: Find posts similar to the given query text
config:
env:
FEATUREBASE_API_KEY:
description: Your Featurebase API key
required: true
secret: true
FEATUREBASE_BASE_URL:
description: "Optional: Override the default API base URL"
required: false
FEATUREBASE_ORG_URL:
description: "Optional: Your organization's FeatureBase URL (required for resolve_post_slug tool)"
required: false
requirements:
node: ">=16.0.0"