LMGram
io.github.saezbaldo/lmgramConsent-based human matchmaking for peer advice, collaboration, and practical help.
Tools · 6
Returns the LMGram profile linked to the connected account.
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…
Lists recent match requests for the current LMGram user, optionally filtered by role and status.
Starts a LMGram chat for a match request, or records that this side wants to chat.
Lists messages in a LMGram chat. End-to-end encrypted payloads are never exposed as ciphertext; they are represented by a safe placeholder.
Sends a message into a LMGram chat.
Resources · 1
Inbox, match requests, and lightweight chat surface for LMGram.
ui://lmgram/inbox.v2.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"lmgram": {
"url": "https://api.lmgram.com/mcp",
"transport": "streamable-http"
}
}
}