What is the Sandwich Care Circle MCP server?
Authenticated MCP for a user's care circle: read CareEvents, list loved ones, inspect workspace.
How to install Sandwich Care Circle
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretBearer API key minted at https://app.joinsandwich.com/settings/mcp-keys
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"care-circle": {
"url": "https://app.joinsandwich.com/api/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"care-circle": {
"serverUrl": "https://app.joinsandwich.com/api/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"care-circle": {
"type": "http",
"url": "https://app.joinsandwich.com/api/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"care-circle": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.joinsandwich.com/api/mcp"
]
}
}
}Claude Code
claude mcp add --transport http care-circle https://app.joinsandwich.com/api/mcpRelated MCP servers
Sandwich Public Care Directory
Maintained
Read-only MCP server for Sandwich aging-parent care resources and cost data.
0
View repository →