Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"remindb": {
"command": "remindb",
"args": [
"serve"
],
"env": {
"REMINDB_DB": "${REMINDB_DB}",
"REMINDB_SOURCE": "${REMINDB_SOURCE}"
}
}
}
}Server configuration and connection parameters
remindbCommand-line arguments passed to the server process
Environment variables set when the server starts
REMINDB_DB=${REMINDB_DB}REMINDB_SOURCE=${REMINDB_SOURCE}Declared capabilities of this MCP server
npx claudepluginhub radimsem/remindb --plugin remindb