// 00 // enox
Tells you what to use,
not what's popular.
Decision-support knowledge graph for CS research — ~2,600 papers, 8 relation archetypes, delivered as a remote MCP server.
// 01 // problem
What Enox answers.
AI agents picking algorithms hit a hard question: which technique actually works for my problem? Semantic Scholar tells you what's popular. Enox answers "which optimiser works for sparse graphs?", "what superseded Adam?", "which papers implement RAFT?" — capturing the decisions behind the citations, not just who cites whom.
// 02 // schema
8 relation archetypes.
| Relation | What it captures |
|---|---|
| enables | One technique/paper enables another. |
| depends_on | Requires / builds on. |
| extends | Generalises or subsumes. |
| part_of | Covered by a survey or benchmark. |
| implements | Implements an algorithm from. |
| supersedes | Outperforms and replaces. |
| contradicts | Findings in direct tension. |
| isomorphic_to | Structurally equivalent / parallel work. |
// 03 // mcp
7 MCP tools.
-
query_failures(entity)when does X fail? -
compare(A, B)who wins head-to-head? -
find_equivalent(entity)what's structurally equivalent? -
check_obsolete(entity)has this been superseded? -
decide(task, c)ranked methods for a problem -
explore(entity)all edges around a node -
search(query)fuzzy entity search
// 04 // connect
Drop it into your agent.
.mcp.json
{
"mcpServers": {
"enox": {
"type": "http",
"url": "https://enox.dev/mcp"
}
}
} Server launching soon — join the waitlist.
// 05 // coverage
Coverage.
Papers
~2,600
Edges
6,000+
Updated
Weekly · arXiv scan
Free
5 q/day · top-500 papers
Across ML · NLP · Systems · SE · Graph · Security.