SmeltSec
Features
|Security
|How It Works
|Pricing
|Docs
|Blog

Product

FeaturesSecurityPricingHow It WorksDocumentation

Resources

Quick StartAPI ReferenceCLI ReferenceLeaderboardBlog

Company

PrivacyTerms

SmeltSec
© 2026 SmeltSec. Open source CLI · Proprietary SaaS.
PrivacyTerms
    文档

    使用SmeltSec构建 SmeltSec

    生成、保护、维护和监控MCP服务器所需的一切。

    🚀

    快速开始

    quick-start

    安装CLI

    npm install -g @smeltsec/cli
    smeltsec --version

    生成您的第一个服务器

    # From a GitHub repo
    smeltsec generate --from github:owner/repo
    
    # From an OpenAPI spec
    smeltsec generate --from ./openapi.yaml
    
    # From a natural language description
    smeltsec generate --prompt "Create a Stripe MCP server"

    生成过程中发生了什么

    通过Tree-sitter AST解析进行源代码分析
    Gate 1安全扫描(SAST、密钥、CVEs)
    MCP服务器代码生成(FastMCP或TypeScript SDK)
    Gate 2安全扫描(工具投毒、行为分析)
    带报告卡的质量+安全评分
    客户端配置生成(Claude Desktop、Cursor、VS Code等)

    安装配置

    # Auto-install config for Claude Desktop
    smeltsec config install --client claude_desktop
    
    # Or copy manually
    cp ./mcp-server/claude_desktop_config.json ~/.config/claude/

    准备好构建了吗?

    在60秒内生成您的第一个MCP服务器。