Skip to main content
Glama
301,976 tools. Last updated 2026-07-15 12:53

"WEMO" matching MCP tools:

  • Retrieve a list of all cached WeMo devices with names and IPs. Requires a prior network scan (scan_network) to populate the device cache.
    MIT
  • Change the friendly name of any WeMo device discovered on your network. Provide the current device name or IP and a new name to update it in the WeMo app and device cache.
    MIT
  • Discover WeMo smart home devices on your local network by scanning a specified subnet. Probes common ports and verifies responsive IPs to identify and list all WeMo devices with full details.
    MIT
  • Retrieve a stored memory by its ID or unique prefix. Returns the full record or indicates if it does not exist.
    MIT
  • Rename a memory title without changing its body or tags. Use after memo_save or memo_search to correct a title. Specify a memory ID, or omit to target the most recent local save.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables natural language control of WeMo smart home devices for power, brightness, and device management through AI assistants. It features a high-reliability multi-phase discovery process to scan, monitor, and configure devices across a local network.
    Last updated
    11
    1
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    A production-style MCP server that lets Claude Desktop search your local documents using TF-IDF keyword search. No heavy frameworks, just plain Python and the official MCP SDK.
    Last updated
    3

Matching MCP Connectors

  • Try Centric relationship intelligence: Brief Me, Relational IP radar, Draft As. Demo data.

  • Multi-carrier shipping functionality with built-in, discounted carrier accounts. Compare rates, generate PDF shipping labels, schedule pickups and track packages in automated way or in your chatbox, no coding required. This is a demo server that is functional with no account needed and no auth. For production use please find our production version.

  • List recent memories with optional type filter to browse the corpus before managing individual memories.
    MIT
  • Review chronological history of a memory's changes to inspect before editing or rolling back. Accepts memory ID and optional limit.
    MIT
  • Retrieve and dismiss pending idle-capture notifications to access auto-saved insights without duplicates. Use after memo_idle_capture or before replying.
    MIT
  • Permanently delete a memory by its ID or unique prefix. Resolves ambiguous IDs safely and warns about linked memories when cross-references are enabled.
    MIT
  • Inspect memory corpus for maintenance issues such as malformed metadata or records needing cleanup. Grouped findings help identify what to fix with separate update, delete, or vault edits.
    MIT
  • Initialize a tracked session at the start of a task to enable capture, grounding, and transcript lookup. Pass an existing session ID to continue or omit to create a new one.
    MIT
  • Retrieve provenance metadata including origin, lineage, and file path for a memory record by its id to verify trustworthiness before editing or citing.
    MIT
  • Return local memo corpus and runtime statistics for diagnostics and health checks. Inspect corpus count, storage paths, embedder model, error count, and recall daemon health.
    MIT
  • Extracts durable insights from the newest tracked session transcript and saves them as memo records. Use after a meaningful unit of work or periodically. With dry_run, preview without writing.
    MIT
  • Restore a previously forgotten memory to normal retrieval. Use after deciding a memory should be searchable again.
    MIT
  • Check the active embedding model details including model ID, vector dimensions, normalization, and provider. Verify compatibility with stored vectors or external retrieval components.
    MIT
  • Embed a query string and return the exact vector used for retrieval queries. Use for diagnostics or integrations needing the precise embedding.
    MIT
  • Fetch stored metadata for a tracked memo session using its session ID. Access transcript path, project, checkpoints, and other session details.
    MIT