Manage feedback from your AI assistant
Read new feedback, triage and update statuses, submit items on behalf of users - all without leaving Claude, ChatGPT, or your IDE.
Read & triage
Browse and filter feedback across all your projects
Submit & create
File new feedback directly from a conversation
Manage statuses
Mark items planned, in-progress, or done in bulk
Server URL
https://mcp.kikuyo.app/mcp
Setup
Claude Code (CLI)
Run this in your terminal:
claude mcp add --transport http kikuyo https://mcp.kikuyo.app/mcp
Codex
Add the remote MCP server:
codex mcp add kikuyo --url https://mcp.kikuyo.app/mcp
Claude.ai
Go to Settings → Integrations → Add Custom Connector and paste the server URL.
https://mcp.kikuyo.app/mcp
JSON config (Cursor, Windsurf, Claude Desktop, etc.)
Add to your
mcp.json
or claude_desktop_config.json:
{
"mcpServers": {
"kikuyo": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.kikuyo.app/mcp"
]
}
}
}
ChatGPT
Open Explore GPTs → Create → Configure → Add Action , import by URL, and paste the server URL.
https://mcp.kikuyo.app/mcp
Authentication
The MCP server uses OAuth. When you first connect, a browser window opens to authorize access. You can also authenticate with a Kikuyo API key from your Account settings.
Available tools
| Tool | Description |
|---|---|
| list_orgs | List all organizations you belong to |
| get_org | Get details for a specific organization |
| list_projects | List projects within an organization |
| get_project | Get details for a specific project |
| list_feedback | List feedback items for a project |
| get_feedback | Get a single feedback item by ID |
| create_feedback | Submit a new feedback item to a project |
| update_feedback_status | Change the status of a feedback item |