Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

LMGram

io.github.saezbaldo/lmgram

Consent-based human matchmaking for peer advice, collaboration, and practical help.

Uptime
100.0%
1 direct probes · 30d
Response
610ms
last probe
Tools
6
callable
Resources
1
readable
Prompts
0
available

Tools · 6

get_current_user

Returns the LMGram profile linked to the connected account.

request_human_match

Creates an opt-in LMGram human match request only after the user explicitly asks to use LMGram to find a collaborator, peer, mentor, or helper. Never invoke for general advice, dating or romantic matc…

list_match_requests

Lists recent match requests for the current LMGram user, optionally filtered by role and status.

start_chat

Starts a LMGram chat for a match request, or records that this side wants to chat.

list_messages

Lists messages in a LMGram chat. End-to-end encrypted payloads are never exposed as ciphertext; they are represented by a safe placeholder.

send_message

Sends a message into a LMGram chat.

Resources · 1

LMGram inbox

Inbox, match requests, and lightweight chat surface for LMGram.

ui://lmgram/inbox.v2.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "lmgram": {
      "url": "https://api.lmgram.com/mcp",
      "transport": "streamable-http"
    }
  }
}