Read Remind classes, chats and messages, and manage notification settings.
claude mcp add remind-mcp -- npx -y @chrischall/remind-mcp
claude_desktop_config.json
{
"mcpServers": {
"remind-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/remind-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"remind-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/remind-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"remind-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/remind-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"remind-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@chrischall/remind-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"remind-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/remind-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.chrischall--remind-mcp/reviews or the review_server meta-tool.
POST /mcp