← Back to browse

simple_mcp

Indexed by io.github.oleksii-donets

About

A Test MCP server that provides tools, promts and resources

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAPP_TRANSPORT
Claude Code
claude mcp add --env APP_TRANSPORT= simple-mcp -- docker docker.io/d0nets/simple-mcp:0.0.4
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"simple-mcp","command":"docker","args":["docker.io/d0nets/simple-mcp:0.0.4"],"env":{"APP_TRANSPORT":""}}'
JSON
{
  "mcpServers": {
    "simple-mcp": {
      "command": "docker",
      "args": [
        "docker.io/d0nets/simple-mcp:0.0.4"
      ],
      "env": {
        "APP_TRANSPORT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.