MCP Server
Backstory: search your data exports locally MCP Server
io.github.magna-nz/backstory
What is the Backstory: search your data exports locally MCP server?
Search your Google, Telegram, Spotify and Instagram exports locally. Fully offline.
How to install Backstory: search your data exports locally
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"backstory": {
"command": "dnx",
"args": [
"Backstory",
"serve"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"backstory": {
"command": "dnx",
"args": [
"Backstory",
"serve"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"backstory": {
"command": "dnx",
"args": [
"Backstory",
"serve"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"backstory": {
"type": "stdio",
"command": "dnx",
"args": [
"Backstory",
"serve"
]
}
}
}Claude Code
claude mcp add backstory -- dnx Backstory serveRelated MCP servers
MCP server giving AI agents interactive .NET / ASP.NET Core debugging via netcoredbg + DAP.
View repository →