loom-mcp

command
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2026 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

loom-mcp is a lightweight MCP (Model Context Protocol) server that bridges between MCP clients (like Claude Desktop, VS Code) and a running Loom server.

It communicates with MCP clients over stdio (JSON-RPC) and connects to a running looms server via gRPC. All Loom capabilities are exposed as MCP tools, and MCP Apps UI resources (like the conversation viewer) are served as resources.

Usage:

loom-mcp --grpc-addr localhost:60051

Claude Desktop configuration (claude_desktop_config.json):

{
  "mcpServers": {
    "loom": {
      "command": "/path/to/loom-mcp",
      "args": ["--grpc-addr", "localhost:60051"]
    }
  }
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL