Feedback1
Rank #51,436ai.feedback1/mcp
Collect feedback and manage the product roadmap from AI agents.
Feedback1 is a Model Context Protocol (MCP) server published by tonyzorin. It ranks #51,436 of 115,591 servers tracked on MCP Toplist. Feedback1 is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 30, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 64,155 of 115,591 servers on MCP Toplist.
Use Feedback1
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http feedback1 https://app.feedback1.ai/api/mcpclaude mcp add --transport http feedback1 https://app.feedback1.ai/api/mcp/sse[mcp_servers.feedback1]
url = "https://app.feedback1.ai/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.feedback1]
url = "https://app.feedback1.ai/api/mcp/sse"Add to ~/.codex/config.toml.
https://app.feedback1.ai/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://app.feedback1.ai/api/mcp/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"feedback1": {
"url": "https://app.feedback1.ai/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"feedback1": {
"url": "https://app.feedback1.ai/api/mcp/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"feedback1": {
"type": "http",
"url": "https://app.feedback1.ai/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"feedback1": {
"type": "http",
"url": "https://app.feedback1.ai/api/mcp/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"feedback1": {
"serverUrl": "https://app.feedback1.ai/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"feedback1": {
"serverUrl": "https://app.feedback1.ai/api/mcp/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"feedback1": {
"url": "https://app.feedback1.ai/api/mcp"
}
}
}{
"mcpServers": {
"feedback1": {
"url": "https://app.feedback1.ai/api/mcp/sse"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.feedback1%2Fmcp)<a href="https://mcptoplist.com/server/ai.feedback1%2Fmcp"><img src="https://mcptoplist.com/badge/ai.feedback1%2Fmcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
tonyzorin
Other servers by tonyzorin
View all tonyzorin servers →Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | Aug 31, 2026 |
| 1.0.0 | Aug 30, 2026 |
Frequently asked questions
- Who maintains Feedback1?
- Feedback1 is maintained by tonyzorin, which publishes 4 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Feedback1 listed on the Official MCP Registry?
- Yes — Feedback1 is listed on the Official MCP Registry.
- How many versions does Feedback1 have?
- MCP Toplist tracks 2 versions of Feedback1, most recently published on Aug 31, 2026.
- Where can I find the source code for Feedback1?
- The source code for Feedback1 is hosted at gitlab.com/tonyzorin/feedback1.