affirmations mcp for Zed
io.github.mrfentmen/affirmations-mcp
Random positive affirmations to encourage focus and confidence.
client:Zed
transport:stdio
runtime:npm
Install affirmations mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"affirmations-mcp": {
"command": "npx",
"args": [
"-y",
"affirmations-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs