A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP server that integrates ABC User Feedback API to connect an AI Agent
Model Context Protocol (MCP) server implementation that integrates ABC User Feedback API to connect an AI Agent.

projectId (number): The project ID to search for feedbacks.channelId (number): The channel ID to search for feedbacks.searchText (string?): The text to search for in the feedbacks. If not provided, all feedbacks will be returned.page (number): The page number to retrieve.limit (number): The number of feedbacks to retrieve per page.projectId (number): The project ID to search for feedbacks.issueId (number): The issue ID to search for feedbacks.projectId (number): The project ID to search for feedbacks.page (number): The page number to retrieve.limit (number): The number of feedbacks to retrieve per page.requirements:
To communicate with the MCP Server, an active ABC User Feedback API server is required.
Please add the following configuration for an AI Agent like Claude Desktop or Cline.
Set the environment variables or arguments as follows:
AUF_BASE_URL: (required) ABC User Feedback API base URL.AUF_API_KEY: (required) ABC User Feedback API key. You can create API Key in Settings page in the User Feedback Admin.{
"mcpServers": {
"mcp-abc-user-feedback": {
"command": "node",
"args": [
"path/to/index.js"
],
"env": {
"AUF_BASE_URL" : "FILL_HERE",
"AUF_API_KEY" : "FILL_HERE"
}
}
}
}
Please check CONTRIBUTING before making a contribution.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba