Pieces MCP Net
@jimbobbennett
About Pieces MCP Net
An MCP server to interact with Pieces LTM
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Pieces MCP Net?
Pieces MCP Net is a C# implementation of the Model Context Protocol (MCP) that uses Pieces Long‑Term Memory to answer questions about data from the past 7 days. It integrates with the Pieces C# SDK and is intended for users who want to query Pieces LTM through MCP‑compatible clients like Claude for Desktop.
How to use Pieces MCP Net?
Install .NET 9 SDK and the Pieces app with the LTM engine enabled. Build and publish a single binary using dotnet publish -r <platform>, then register the binary in your claude_desktop_config.json under the mcpServers key. After relaunching Claude, prompt with “Ask Pieces LTM ” and allow the Pieces tool for the chat.
Key features of Pieces MCP Net
- Answers questions using Pieces Long‑Term Memory (last 7 days)
- Self‑contained single‑file binary output
- Registered via standard MCP JSON configuration
- Built on the Pieces C# SDK
- Designed for use with Claude for Desktop
Use cases of Pieces MCP Net
- Querying recent Pieces LTM context from an MCP client
- Integrating Pieces memory into AI assistant workflows
- Testing Pieces LTM integration with Claude for Desktop
FAQ from Pieces MCP Net
What is Pieces LTM?
Pieces Long‑Term Memory (LTM) is a feature of the Pieces app that stores and retrieves context from your recent coding activity.
What are the system requirements?
.NET 9 SDK and the Pieces app with the LTM engine enabled must be installed.
How do I build the server?
Run dotnet publish -r <platform>, replacing <platform> with your runtime identifier (e.g., win-x64). A single executable named PiecesMCPNet is created in the publish folder.
How do I connect this server to Claude for Desktop?
Add an entry to claude_desktop_config.json with the command set to the full path of the PiecesMCPNet binary under the key "PiecesLTM".
Can I change the 7‑day memory limit?
The 7‑day limit is hard‑coded, but the README notes the code can be expanded to make it configurable.
Frequently asked questions
What is Pieces LTM?
Pieces Long‑Term Memory (LTM) is a feature of the Pieces app that stores and retrieves context from your recent coding activity.
What are the system requirements?
.NET 9 SDK and the Pieces app with the LTM engine enabled must be installed.
How do I build the server?
Run `dotnet publish -r <platform>`, replacing `<platform>` with your runtime identifier (e.g., `win-x64`). A single executable named `PiecesMCPNet` is created in the publish folder.
How do I connect this server to Claude for Desktop?
Add an entry to `claude_desktop_config.json` with the command set to the full path of the `PiecesMCPNet` binary under the key `"PiecesLTM"`.
Can I change the 7‑day memory limit?
The 7‑day limit is hard‑coded, but the README notes the code can be expanded to make it configurable.
Basic information
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ICSS
chokcoco不止于 CSS
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments