fyi.rodin/rodin
Official1 toolRodin
Find ~5 thinkers whose intellectual fingerprint matches a passage of text.
Find thinkers whose intellectual profile matches a given text passage.
Captured live from the server via tools/list.
find_thinkers_like
Given a passage of text (essay, note, message, snippet, transcript), returns ~5 humans whose intellectual fingerprint matches it — recurring themes, mental models, archetypal stance, blind spots. Use when the principal asks for sparring partners, intellectual peers, "who else is wrestling with this," "who thinks like X," or "find me writers similar to this passage." Each result returns a name, three-word archetype, one-line summary, dominant themes, and a profile URL the principal can visit. The match runs over Voyage 3.5-lite text embeddings reranked by a proprietary 12-dimensional cognitive-style vector — so results align by *how* a mind reasons, not just topical overlap.
Parameters (1)
- textstringrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"rodin": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://rodin.fyi/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.