Apple Reminders CLI and MCP server with section support and iCloud sync
claude mcp add remi -- npx -y @mattheworiordan/remi
claude_desktop_config.json
{
"mcpServers": {
"remi": {
"command": "npx",
"args": [
"-y",
"@mattheworiordan/remi"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"remi": {
"command": "npx",
"args": [
"-y",
"@mattheworiordan/remi"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"remi": {
"command": "npx",
"args": [
"-y",
"@mattheworiordan/remi"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"remi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mattheworiordan/remi"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"remi": {
"command": "npx",
"args": [
"-y",
"@mattheworiordan/remi"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mattheworiordan--remi/reviews or the review_server meta-tool.
POST /mcp