ai-books-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_knowledge_libraryA | Creates a new knowledge library by compressing text using gravitational memory. The text is split into chunks and compressed 15-60× while maintaining 100% data integrity. Perfect for large documents, codebases, or research papers. |
| query_knowledge_libraryB | Queries a knowledge library and retrieves the most relevant chunks for a given query. Returns extended context that can be used to answer questions with much more detail than would fit in a normal LLM context window. |
| extend_context_from_filesA | Loads multiple files, compresses them into temporary libraries, and retrieves relevant context for a given query. Perfect for quickly understanding large codebases or document sets without creating permanent libraries. |
| list_knowledge_librariesA | Lists all available knowledge libraries with their statistics. |
| get_library_statsB | Retrieves detailed statistics for a specific knowledge library. |
| delete_knowledge_libraryA | Permanently deletes a knowledge library. |
| verify_library_integrityA | Verifies that all chunks in a library maintain 100% data integrity by checking hashes. |
| search_documentsB | Searches for relevant chunks in a knowledge library and returns previews with relevance scores. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NvmToxic/ai-books-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server