
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
sidebutton
Advanced tools
AI agent platform and MCP server — knowledge packs, AI agent tools, workflow automation, and CLI
Open source AI agent platform — MCP server with knowledge packs (skill packs), AI agent tools, and workflow automation.
npx sidebutton
This starts the SideButton server on http://localhost:9876 with:
Install SideButton from the Chrome Web Store to connect your browser.
Add to ~/.claude/settings.json:
{
"mcpServers": {
"sidebutton": {
"type": "sse",
"url": "http://localhost:9876/mcp"
}
}
}
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"sidebutton": {
"url": "http://localhost:9876/mcp"
}
}
}
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"sidebutton": {
"command": "npx",
"args": ["sidebutton", "--stdio"]
}
}
}
sidebutton # Start server (default port 9876)
sidebutton --stdio # Start with stdio transport (Claude Desktop)
sidebutton -p 8080 # Custom port
sidebutton list # List available workflows
sidebutton run <id> # Run a workflow
sidebutton status # Check server status
# Knowledge packs
sidebutton registry add <path|url> # Install knowledge packs from registry
sidebutton registry update [name] # Update installed packs
sidebutton registry remove <name> # Remove registry and packs
sidebutton registry list # Show registries
sidebutton search [query] # Search packs across registries
sidebutton install <path|url|name> # Install a single knowledge pack
sidebutton uninstall <domain> # Remove a knowledge pack
# Knowledge pack development
sidebutton init [domain] # Scaffold a new knowledge pack
sidebutton validate [path] # Lint and validate a knowledge pack
sidebutton publish # Publish to registry
Knowledge packs (skill packs) teach autonomous AI agents how specific web apps work — selectors, data models, states, and agentic workflows. Power AI code review, AI software engineer roles, and more. Browse available packs at sidebutton.com/skills.
@sidebutton/core - Core workflow engine@sidebutton/server - MCP server with REST API and dashboardApache-2.0
FAQs
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.