com.searchfragments/search-fragments
Official1 toolSearch Fragments
For queries a model can't confidently place: resolves or declines. Never a confident-wrong.
Resolves uncertain queries or declines them rather than guessing incorrectly.
Captured live from the server via tools/list.
resolve_fragment
Synthesise an answer to a half-remembered or hard-to-place query — one carrying only indirect clues, partial descriptions, remembered attributes, or relationships, the kind that normally takes several searches and dead-ends to run down. Returns one of three honest results: a named candidate with a confidence level, a ranked shortlist of sources to piece together, or an explicit 'not resolvable from text.' Never asserts a confident answer — every result is decide-by-eye. Not for direct or single-fact lookups; a normal search is faster for those. Examples: - a musician who became famous largely for stopping performing - somebody who photographed the same view every day until the changes became the artwork - a song everybody knew but nobody could identify - the company that bought Instagram before it was big - a novel where the footnotes slowly become the real story Not for: - what is the capital of France - who directed Jaws - name of french artist cubist painting 1948
Parameters (1)
- fragmentstringrequired
The half-remembered or fragment-shaped query, in the user's own words. Should be at least 5 words and describe the thing being recalled by premise, plot, relationship, or context.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"search-fragments": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://searchfragments.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.