Home › Development › smplkit MCP Server

smplkit MCP Server

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

TypeScript Cloud Remote
★ 0 stars Last pushed 2026-09-18 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.smplkit.com/api/mcp Unreachable when checked 2026-09-24

Claude Code:

claude mcp add --transport http mcp https://mcp.smplkit.com/api/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.smplkit.com/api/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Your smplkit API key as a bearer token, sent as `Authorization: Bearer <key>`. Mint one at smplkit.com (sign in with Google or Microsoft, then create an API key).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry