sublime-mcp-server

aidenmitchell/sublime-mcp-server
★ 0 stars TypeScript Security Updated 10d ago
Local (stdio) MCP server for the Sublime Security platform API
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sublime-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aidenmitchell/sublime-mcp-server"
      ]
    }
  }
}