MCP-SST MCP Server

$claude mcp add sst -- npx github:shanewwarren/mcp-sst /path/to/your/sst/project
README.md

MCP server for streaming SST dev logs and controlling the SST dev process.

MCP-SST

MCP server for streaming SST dev logs and controlling the SST dev process.

Quick Start

Add to Claude Code:

claude mcp add sst -- npx github:shanewwarren/mcp-sst /path/to/your/sst/project

Alternative: Manual Configuration

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"
      ]
    }
  }
}

Available Tools

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

Development

git clone https://github.com/shanewwarren/mcp-sst.git
cd mcp-sst
npm install
npm run build
npm start /path/to/sst/project

License

MIT

Tools (9)

sst_list_tabsList available log tabs
sst_read_logsRead last N lines from a log tab
sst_get_statusGet deployment status
sst_get_invocationsGet Lambda invocations
sst_get_eventsGet event stream
sst_startStart SST dev
sst_stopStop SST dev
sst_restartRestart SST dev
sst_process_statusGet process status

Configuration

claude_desktop_config.json
{"mcpServers":{"sst":{"command":"npx","args":["github:shanewwarren/mcp-sst","/path/to/your/sst/project"]}}}

Try it

Show me the latest logs from my SST project.
What is the current deployment status of my SST app?
Restart the SST development process.
List all the available log tabs for my SST project.
Check the recent Lambda invocations in my SST environment.

Frequently Asked Questions

What are the key features of MCP-SST?

Streams real-time SST development logs directly to Claude.. Provides control over SST lifecycle commands like start, stop, and restart.. Monitors Lambda invocations and event streams.. Retrieves deployment and process status for SST projects..

What can I use MCP-SST for?

Debugging serverless applications by reading Lambda logs within the chat interface.. Managing the SST dev server lifecycle without switching to a terminal.. Monitoring deployment progress and event streams during active development.. Troubleshooting failed Lambda invocations by inspecting recent execution data..

How do I install MCP-SST?

Install MCP-SST by running: claude mcp add sst -- npx github:shanewwarren/mcp-sst /path/to/your/sst/project

What MCP clients work with MCP-SST?

MCP-SST works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use MCP-SST with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free