Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Piecesmcpnet

    An MCP server to interact with Pieces LTM

    6 stars
    C#
    Updated Sep 21, 2025

    Table of Contents

    • Setup
    • Build the code
    • Register with Claude for Desktop

    Table of Contents

    • Setup
    • Build the code
    • Register with Claude for Desktop

    Documentation

    Pieces MCP Net

    A C# implementation of MCP (Model context protocol) using Pieces Long-Term Memory powered by the Pieces C# SDK.

    This contains an MCP tool that answers questions using the Pieces Long-Term Memory for the past 7 days. This limit is hard coded, but this code can be expanded to make this configurable.

    Setup

    This requires:

    • .NET 9 SDK installed
    • Pieces installed, and the LTM engine enabled

    Build the code

    It is easiest to build and publish a single binary that you can then call from your MCP server. This project is configured for a self-contained single file output.

    To build and publish, use this command:

    bash
    dotnet publish -r

    Replace `` with the RID of your platform of choice.

    This will create a single executable in the Release/net9.0//publish/ folder called PiecesMCPNet

    Register with Claude for Desktop

    To register this with Claude for Desktop, add the following to [your claude_desktop_config.json file](https://modelcontextprotocol.io/quickstart/user#2-add-the-filesystem-mcp-server):

    json
    {
      "mcpServers": {
        "PiecesLTM": {
          "command": "PiecesMCPNet"
        }
      }
    }

    Replace `` with the path to this file.

    You can now re-launch Claude for Desktop, and this tool will be registered.

    To invoke it, prompt with:

    output
    Ask Pieces LTM

    You will need to allow Pieces for the chat or single message in Claude for Desktop.

    A gif of claude answering a question using Pieces

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • FA

      Fal Mcp Server

      Python·
      8
    • SY

      Synergy Age Mcp

      Python·
      8
    • MC

      Mcp Server Aws Sso

      TypeScript·
      6

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • ES

      Esp Rainmaker Mcp

      Python·
      9
    • FA

      Fal Mcp Server

      Python·
      8
    • SY

      Synergy Age Mcp

      Python·
      8
    • MC

      Mcp Server Aws Sso

      TypeScript·
      6

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k