loading…
Search for a command to run...
loading…
Enables monitoring and control of the SST development process by streaming dev logs, managing Lambda invocations, and executing lifecycle commands like start, s
Enables monitoring and control of the SST development process by streaming dev logs, managing Lambda invocations, and executing lifecycle commands like start, stop, and restart. It provides real-time access to event streams and deployment status directly through the Model Context Protocol.
MCP server for streaming SST dev logs and controlling the SST dev process.
Add to Claude Code:
claude mcp add sst -- npx github:shanewwarren/mcp-sst /path/to/your/sst/project
Add to ~/.claude/mcp.json (or .claude/mcp.json in your project):
{
"mcpServers": {
"sst": {
"command": "npx",
"args": [
"github:shanewwarren/mcp-sst",
"/path/to/your/sst/project"
]
}
}
}
| Tool | Description |
|---|---|
sst_list_tabs |
List available log tabs |
sst_read_logs |
Read last N lines from a log tab |
sst_get_status |
Get deployment status |
sst_get_invocations |
Get Lambda invocations |
sst_get_events |
Get event stream |
sst_start |
Start SST dev |
sst_stop |
Stop SST dev |
sst_restart |
Restart SST dev |
sst_process_status |
Get process status |
git clone https://github.com/shanewwarren/mcp-sst.git
cd mcp-sst
npm install
npm run build
npm start /path/to/sst/project
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-sst": {
"command": "npx",
"args": []
}
}
}