Pieces MCP Net is a C# implementation of the Model Context Protocol (MCP) that allows interaction with Pieces Long-Term Memory (LTM) to answer questions based on recent data.
Pieces MCP Net is a C# implementation of the Model Context Protocol (MCP) that allows interaction with Pieces Long-Term Memory (LTM) to answer questions based on recent data.
Install the .NET 9 SDK and the Pieces application with the LTM engine enabled, then build the project using the command `dotnet publish -r <platform>`.Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"pieces-mcp-net": {
"command": "npx",
"args": [
"-y",
"Install the .NET 9 SDK and the Pieces application with the LTM engine enabled, then build the project using the command `dotnet publish -r <platform>`."
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Pieces MCP Net?"
No configuration required. This server works out of the box.
"What resources are available in Pieces MCP Net?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Pieces MCP Net"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Pieces MCP Net with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.