Skip to content
VS Code

smplkit MCP Server for VS Code

com.smplkit/mcp

Operate smplkit from your agent: feature flags, config, logging, audit, and scheduled jobs.

client:VS Code transport:streamable-http

Install smplkit MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://mcp.smplkit.com/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

smplkit MCP Server in other clients