Troedler — search several second-hand marketplaces from one query. A local CLI and MCP server on gjsify/GJS.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"troedler": {
"command": "npx",
"args": [
"-y",
"JumpLink/troedler"
]
}
}
}
Run in terminal:
claude mcp add troedler npx -y JumpLink/troedler
Add to .cursor/mcp.json:
{
"mcpServers": {
"troedler": {
"command": "npx",
"args": [
"-y",
"JumpLink/troedler"
]
}
}
}