Barevalue for Cursor
io.github.quietnotion/barevalue
Submit podcast orders, check status, and manage webhooks via Barevalue editing API.
client:Cursor
transport:stdio
runtime:npm
Install Barevalue in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"barevalue": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"barevalue-mcp"
],
"env": {
"BAREVALUE_API_KEY": "<BAREVALUE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs