Connect AI coding assistants to stakeholder feedback, skills, and specialized agents through the Mira platform
CC_FEEDBACK_API_URLCC_FEEDBACK_API_KEYnpx @getmcp/cli add okmiraConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"okmira": {
"command": "npx",
"args": [
"-y",
"@okmira/mcp"
],
"env": {
"CC_FEEDBACK_API_URL": "https://okmira.ai",
"CC_FEEDBACK_API_KEY": ""
}
}
}
}