PoetryDB MCP Server for Cline
io.github.lacausecrypto/poetrydb
Classic poetry search and discovery via PoetryDB.
client:Cline
transport:stdio
runtime:npm
Install PoetryDB MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs