← Back to Plugins
MCP Server MCP

io.github.Yuikij/mcp-turtle-noir

github By github 👁 1 views ▲ 0 votes

Play Turtle Soup (lateral thinking puzzles) against a strict AI host with yes/no questioning.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://turtlenoir.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "mcp-turtle-noir",
      "version": "1.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Turtle Noir backend API base URL",
          "format": "string",
          "name": "TURTLE_NOIR_API_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...