Developer Tools
mrkeyoor.com
An MCP server that helps developers choose and evaluate libraries, find alternatives, get code snippets, and audit project dependencies.
ENDPOINT 1
https://mrkeyoor.com/mcp
MCP server metadata
- Name
- should-i-use
- Version
- 0.3.3
Known tools 6
pick_libraryGiven a coding task, recommend 1-3 libraries from the should-i-use index with one-line reasoning and an honest warning about the top pick.
Inferred read-onlyshould_i_useHonest verdict on a specific library: 4-axis scores with reasons, when to skip it, and maintenance signals (last push, weekly downloads).
Inferred read-onlyalternativesCurated alternatives to a library, each with a one-line "prefer it when" and a verdict if the alternative is also indexed.
Inferred read-onlyhow_do_iReturn the 1-2 best code snippets for a task with a library, plus the gotcha for each.
Inferred read-onlyaudit_dependenciesAudit a project's dependencies for unmaintained packages, unstable APIs, and documented reasons to switch.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.should-i-use]
url = "https://mrkeyoor.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"should-i-use": {
"type": "http",
"url": "https://mrkeyoor.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: should-i-use
Remote MCP URL: https://mrkeyoor.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"should-i-use": {
"url": "https://mrkeyoor.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"should-i-use": {
"type": "http",
"url": "https://mrkeyoor.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "should-i-use",
"transport": "streamable-http",
"url": "https://mrkeyoor.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.