← Back to Plugins
MCP Server MCP

PoetryDB MCP Server

github By github 👁 1 views ▲ 0 votes

Classic poetry search and discovery via PoetryDB.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-poetry",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Override the PoetryDB API base URL.",
          "format": "string",
          "default": "https://poetrydb.org",
          "placeholder": "https://poetrydb.org",
          "name": "POETRYDB_BASE_URL"
        },
        {
          "description": "Per-request timeout in milliseconds.",
          "format": "number",
          "default": "20000",
          "placeholder": "20000",
          "name": "POETRYDB_REQUEST_TIMEOUT_MS"
        },
        {
          "description": "Retry count for retryable PoetryDB failures.",
          "format": "number",
          "default": "2",
          "placeholder": "2",
          "name": "POETRYDB_REQUEST_RETRIES"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...