Loading MCP server directory, please wait...
A Test MCP server that provides tools, promts and resources
npx @getmcp/cli add io.github.oleksii-donets/simple_mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.oleksii-donets/simple_mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"APP_TRANSPORT",
"docker.io/d0nets/simple-mcp:0.0.4"
],
"env": {
"APP_TRANSPORT": "STDIO"
}
}
}
}