AI Books Server
БесплатноНе проверенExtends LLM context windows by 15-60× using gravitational memory compression, enabling massive context extension for codebases, research papers, and long docume
Описание
Extends LLM context windows by 15-60× using gravitational memory compression, enabling massive context extension for codebases, research papers, and long documents.
README
Universal LLM Context Extension via Gravitational Memory Compression
Extend any LLM's context window by 15-60× while maintaining 100% data integrity. Built on quantum-inspired gravitational memory compression.
🚀 Features
- Massive Context Extension: Extend LLM context 15-60× beyond native limits
- 100% Data Integrity: Cryptographic hash verification ensures perfect accuracy
- Universal Compatibility: Works with Claude, GPT-4, Llama, and any LLM
- Zero Configuration: Works out of the box with Claude Code
- Lightning Fast: Query libraries in milliseconds
- Memory Efficient: Compression ratios up to 1240× on dense technical content
📦 Installation
For Claude Code Users
npm install -g ai-books-mcp-server
Then add to your Claude Code MCP settings:
{
"mcpServers": {
"ai-books": {
"command": "ai-books-mcp-server"
}
}
}
For Developers
git clone https://github.com/TryBoy869/ai-books-mcp-server.git
cd ai-books-mcp-server
npm install
npm run build
🎯 Use Cases
1. Large Codebases
Create library from 100+ files → Query specific functionality → Get precise answers
2. Research Papers
Compress 50 papers → Ask synthesis questions → Get citations + insights
3. Documentation
Load entire docs → Natural language queries → Contextual answers
4. Books & Long-form Content
Compress novels/textbooks → Ask thematic questions → Deep analysis
🛠️ Available Tools
Core Tools
create_knowledge_library
Creates a compressed knowledge library from text.
{
name: "react-docs",
text: "...full React documentation...",
n_max: 15 // Optional: compression level (5-20)
}
query_knowledge_library
Queries a library and retrieves relevant context.
{
library_name: "react-docs",
query: "How do hooks work?",
top_k: 8 // Optional: number of chunks (1-20)
}
extend_context_from_files
Loads files and retrieves relevant context in one step.
{
file_paths: ["./src/*.ts"],
query: "Explain the authentication flow",
top_k: 8
}
Management Tools
list_knowledge_libraries: List all librariesget_library_stats: Detailed statisticsdelete_knowledge_library: Remove a libraryverify_library_integrity: Check 100% integritysearch_documents: Search with relevance scores
📖 Example Usage
In Claude Code
User: Can you help me understand this React codebase?
Claude: [Calls create_knowledge_library with all React files]
[Creates library "react-project" with 245 chunks, 45× compression]
User: How does the authentication system work?
Claude: [Calls query_knowledge_library]
[Retrieves 8 most relevant chunks from authentication code]
[Provides detailed explanation with exact code references]
Result
Instead of:
- ❌ "I can only see a few files at once"
- ❌ "The codebase is too large for my context"
You get:
- ✅ Full understanding of 100+ file codebases
- ✅ Accurate answers with specific code references
- ✅ Synthesis across multiple files
🧬 How It Works
Gravitational Memory Compression
Based on quantum physics' atomic orbital structure:
- Text Chunking: Split documents into 200-300 word chunks
- Hash Generation: SHA-256 hash for each chunk
- Orbital Encoding: Map hash to gravitational states (quantum-inspired)
- Compression: Achieve 15-60× reduction while maintaining retrievability
- Verification: 100% integrity guaranteed via hash comparison
Technical Details
- Algorithm: Gravitational bit encoding with n_max orbitals
- Compression: 1240 discrete states per bit (n_max=15)
- Retrieval: O(N) semantic similarity + O(1) hash lookup
- Integrity: Cryptographic verification (SHA-256)
📊 Performance
| Metric | Value |
|---|---|
| Compression Ratio | 15-60× (typical) |
| Data Integrity | 100% guaranteed |
| Query Speed | < 100ms (1000 chunks) |
| Max Library Size | Limited by RAM |
| Chunk Retrieval | O(N) similarity scan |
🎓 Created By
Daouda Abdoul Anzize
- Self-taught Systems Architect
- 40+ Open Source Projects
- Specialization: Meta-architectures & Protocol Design
Portfolio: tryboy869.github.io/daa
GitHub: @TryBoy869
Email: [email protected]
📄 License
MIT License - See LICENSE file
🤝 Contributing
Contributions welcome! Please:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing) - Open a Pull Request
🐛 Issues
Found a bug? Have a feature request?
🌟 Star History
If you find this useful, please star the repo! ⭐
🔗 Links
Built with ❤️ by Daouda Anzize | Extending LLM horizons, one library at a time
Установка AI Books Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Tryboy869/ai-books-mcp-serverFAQ
AI Books Server MCP бесплатный?
Да, AI Books Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для AI Books Server?
Нет, AI Books Server работает без API-ключей и переменных окружения.
AI Books Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить AI Books Server в Claude Desktop, Claude Code или Cursor?
Открой AI Books Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare AI Books Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
