PluginBench
MCP Server

ChangePacket MCP Server

io.github.MisfitMEdiAhouse/changepacket

What is the ChangePacket MCP server?

Web and MCP change memory with native diff UI; later calls return only what changed.

How to install ChangePacket

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "changepacket": {
      "url": "https://cibcxqrqiqvzpardbdrw.supabase.co/functions/v1/changepacket-mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "changepacket": {
      "serverUrl": "https://cibcxqrqiqvzpardbdrw.supabase.co/functions/v1/changepacket-mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "changepacket": {
      "type": "http",
      "url": "https://cibcxqrqiqvzpardbdrw.supabase.co/functions/v1/changepacket-mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "changepacket": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://cibcxqrqiqvzpardbdrw.supabase.co/functions/v1/changepacket-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http changepacket https://cibcxqrqiqvzpardbdrw.supabase.co/functions/v1/changepacket-mcp

Related MCP servers

Agent governance with A2A/Shopify/MCP trust audits, action screening, and decision UI.

UCP-compatible machine catalog for paid Misfit agent APIs and MCP services.