Allows for streaming SST dev logs and controlling the SST dev process, including starting, stopping, and restarting the dev environment, as well as monitoring deployment status and Lambda invocations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP-SSTshow me the latest logs from the dev process"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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/projectAlternative: 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 |
| List available log tabs |
| Read last N lines from a log tab |
| Get deployment status |
| Get Lambda invocations |
| Get event stream |
| Start SST dev |
| Stop SST dev |
| Restart SST dev |
| 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/projectLicense
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.