Alpha Hub: Context Hub for research papers

CLI + MCP server for searching papers and building persistent knowledge.
Powered by alphaXiv for semantic search, paper reports, and PDF Q&A.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Advait Paliwal 2026-03-18 16:53:26 -07:00
commit 9a708a1ab9
20 changed files with 2212 additions and 0 deletions

2
cli/bin/alpha Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env node
import '../src/index.js';