Backstory: search your data exports locally
v1.1.0
io.github.magna-nz/backstory
Search your Google, Telegram, Spotify and Instagram exports locally. Fully offline.
com.keepmysubs/keepmysubs · v0.1.0
Manage your KeepMySubs subscriptions, spend, renewals, and bills from any MCP client.
KeepMySubs 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"keepmysubs": {
"command": "npx",
"args": [
"-y",
"@keepmysubs/mcp"
],
"env": {
"KMS_API_KEY": "<KMS_API_KEY>"
}
}
}
}KMS_API_KEY必填secretYour KeepMySubs API key. Create one at https://keepmysubs.com/dashboard/settings (Settings → API keys), or run `kms auth login`.
KMS_BASE_URL可选Override the API host (defaults to https://keepmysubs.com). Rarely needed.
v1.1.0
io.github.magna-nz/backstory
Search your Google, Telegram, Spotify and Instagram exports locally. Fully offline.
v1.30.5
com.astranl/mcp
NL coordination protocol — 1% fee, agent-native, real Dutch merchant pricing. Open brain.
v3.0.319
com.local-mcp/local-mcp
180 local tools from ChatGPT, Claude.ai & desktop AIs: Mail, iMessage, Teams, files. Local, free.
v1.37.5
io.github.zoharbabin/web-researcher-mcp
Your AI research assistant that cites real sources and stays honest
v1.31.8
io.github.vuluu2k/webcake-storefront-mcp
Build pages and manage products, orders, and content on the WebCake/StoreCake storefront builder.
v1.4.53
io.github.HrRodan/agent-workspace-mcp
A sandboxed, agentic workspace providing secure filesystem, bash, and uv-powered Python execution.
{
"id": "com.keepmysubs/keepmysubs",
"type": "mcp-server",
"version": "0.1.0",
"displayName": "KeepMySubs",
"description": "Manage your KeepMySubs subscriptions, spend, renewals, and bills from any MCP client.",
"repository": {
"url": "https://github.com/golts/SubsTracker",
"source": "github",
"subfolder": "packages/mcp"
},
"homepage": "https://keepmysubs.com",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@keepmysubs/mcp",
"version": "0.1.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "KMS_API_KEY",
"description": "Your KeepMySubs API key. Create one at https://keepmysubs.com/dashboard/settings (Settings → API keys), or run `kms auth login`.",
"isRequired": true,
"isSecret": true
},
{
"name": "KMS_BASE_URL",
"description": "Override the API host (defaults to https://keepmysubs.com). Rarely needed."
}
]
}
],
"remotes": [
{
"transport": "streamable-http",
"url": "https://keepmysubs.com/mcp"
}
]
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "com.keepmysubs/keepmysubs",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.keepmysubs%2Fkeepmysubs/versions/latest",
"isOfficial": true,
"status": "active"
}
}