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
{
"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