Skip to content
Windsurf

PoetryDB MCP Server for Windsurf

io.github.lacausecrypto/poetrydb

Classic poetry search and discovery via PoetryDB.

client:Windsurf transport:stdio runtime:npm

Install PoetryDB MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "poetrydb": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-poetry"
      ],
      "env": {
        "POETRYDB_BASE_URL": "<POETRYDB_BASE_URL>",
        "POETRYDB_REQUEST_TIMEOUT_MS": "<POETRYDB_REQUEST_TIMEOUT_MS>",
        "POETRYDB_REQUEST_RETRIES": "<POETRYDB_REQUEST_RETRIES>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

PoetryDB MCP Server in other clients