Skip to main content
Glama

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

Related MCP server: DuploCloud Docker MCP Server

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

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    A command-line interface and MCP server for managing and monitoring multiple development services through a unified terminal UI. It enables users to interact with service logs, filter messages, and control development environments directly via Model Context Protocol integration.
    Last updated
  • A
    license
    C
    quality
    D
    maintenance
    Enables programmatic management of Koyeb resources including apps, services, deployments, and instances via the Model Context Protocol. It allows users to query build and runtime logs and perform resource lifecycle operations through the Koyeb API.
    Last updated
    16
    40
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP (Model Context Protocol) server for Appwrite

  • A Model Context Protocol server for Wix AI tools

  • One PAT, any MCP agent: Vercel, GitHub, Cloudflare, Supabase, GCP — unified dev infra gateway.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shanewwarren/mcp-sst'

If you have feedback or need assistance with the MCP directory API, please join our Discord server