loom-mcp

maxsloef/loom-mcp

3.4

If you are the rightful owner of loom-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This document provides a structured summary of a TypeScript-based Model Context Protocol (MCP) server designed to implement a simple loom for use with Claude.

The loom MCP server is a TypeScript-based implementation that provides an interface to a base model, specifically designed for use with Claude. The server utilizes a loom, which is an interface that allows users to generate multiple completions in parallel from a base model, enabling the exploration of a wide range of possibilities. This particular loom is configured with specific settings such as a model named 'claude-3-5-sonnet-20241022', a maximum token limit of 256, and a temperature and topP setting of 1. The server is designed to operate in a CLI simulation mode, responding to user commands with the output of those commands. The loom is particularly useful for generating creative and varied outputs from minimal prompts, allowing for the exploration of diverse and unexpected results. The server is integrated with Claude Desktop, providing Claude with access to the loom tools for enhanced interaction and exploration.

Features

  • TypeScript-based implementation for a simple loom.
  • Configured for use with Claude, using model 'claude-3-5-sonnet-20241022'.
  • Supports multiple completions in parallel for diverse output exploration.
  • Operates in CLI simulation mode for command-based interactions.
  • Integrated with Claude Desktop for seamless tool access.