superpower-mcp
Verified Safeby jmcdice
Overview
Integrates the Superpowers skills library as tools for the Augment CLI, providing expert-crafted workflows to an AI coding assistant.
Installation
node superpowers-mcp.jsSecurity Notes
The server uses `StdioServerTransport`, meaning it communicates via standard input/output with the Augment CLI, not over a network, which minimizes network attack surfaces. The `install.sh` script performs file system operations (cloning a Git repository, creating directories, installing npm dependencies) and modifies the user's Augment settings JSON, but it includes backups and uses embedded Python for safer JSON manipulation. It also relies on a public, well-known repository for skills. No explicit `eval` or hardcoded secrets were found in the provided source.
Similar Servers
skillz
Acts as an MCP server to expose Claude-style skills and their resources as callable tools for AI agents.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
agentx
A unified CLI tool for managing MCP (Model Context Protocol) servers and skills across multiple AI coding agents like Claude Code, Codex, Cursor, Gemini CLI, and OpenCode.
codex-mcp-skills
Manages, validates, analyzes, and synchronizes AI skills and configurations for Claude Code and Codex CLI, also serving them to MCP clients and running subagents.