lynch2812

Selecchor MCP server

Community lynch2812
Updated

Selecchor MCP server

Lets Claude read and manage the Selecchor house-tasks app(tasks, house info, quotes, meter readings, and the passwords vault).

Security

  • The Supabase URL and publishable key in index.js are public by design — thesame ones the web app ships. On their own they give no data access.
  • Access only happens after signing in as a household member. Your email + passwordlive in a local .env file that is never committed and never shipped to the web app.
  • Once signed in, Supabase row-level security limits this server to your own household'sdata — exactly what the app itself can see. There is no service-role / admin keyanywhere in this server, so there is nothing here that could be used to bypass security.

Setup

npm install
cp .env.example .env      # then edit .env with your Selecchor email + password

Register it with Claude Code (add to your MCP config / ~/.claude.json under mcpServers):

"selecchor": {
  "command": "node",
  "args": ["<absolute path>/selecchor-mcp-server/index.js"],
  "env": {
    "SELECCHOR_EMAIL": "[email protected]",
    "SELECCHOR_PASSWORD": "your-password"
  }
}

Restart Claude Code, then try: "list my Selecchor tasks" or "add a task: hoover the lounge for Claire tomorrow".

Tools

list_tasks · add_task · complete_task · delete_task · reassign_task · list_members ·list_info · add_info · list_quotes · add_quote · list_readings · log_reading ·list_logins · get_login · add_login

MCP Server · Populars

MCP Server · New

    cauldr0nx

    EspoCRM MCP Server

    Opensource MCP Server for EspoCRM

    Community cauldr0nx
    cisco-open

    Network Sketcher

    Network Sketcher is an AI-ready network design tool with Local MCP, Online, and Offline editions for creating network designs and exporting PowerPoint diagrams and Excel-based configuration data.

    Community cisco-open
    IvanMurzak

    ✨ AI Game Developer — Godot MCP

    Godot-MCP — Model Context Protocol (MCP) integration for the Godot Engine. AI tools for the Godot Editor in C#, with cloud connection to ai-game.dev. Apache-2.0.

    Community IvanMurzak
    cyberlife-coder

    velesdb

    The local-first memory engine for AI agents. One offline Rust binary fuses vector + graph + columnar under SQL — remember / recall / why over the Model Context Protocol. why() reconnects a decision to its context across sessions, where pure vector recall (Mem0/Zep) goes blind. Runs on server, laptop, browser, edge. Zero cloud.

    Community cyberlife-coder
    abskrj

    velane

    Velane is integration infrastructure agents actually control — 800+ OAuth integrations, sandboxed Bun and Python execution, and a full deployment pipeline managed via MCP

    Community abskrj