pergamos
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CALIBRE_PASSWORD | No | Password for the Calibre Content Server if authentication is enabled. | |
| CALIBRE_USERNAME | No | Username for the Calibre Content Server if authentication is enabled. | |
| PERGAMOS_RAG_DIR | No | Optional directory where the RAG vector store should be located (default is .pergamos_index). | |
| CALIBRE_SERVER_URL | Yes | The URL of the Calibre Content Server, e.g., http://127.0.0.1:8080 | |
| CALIBRE_REQUEST_TIMEOUT | No | Optional timeout in seconds for requests to the Calibre server. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_librariesA | List the libraries exposed by the configured Calibre Content Server. |
| search_booksB | Search Calibre books by full text and return metadata plus available formats. |
| get_book_detailsA | Return detailed metadata and available format links for one Calibre book. |
| index_book_contentA | Download a book file, extract text, split it into chunks, and index the content for semantic search. |
| search_book_contentB | Search the indexed text for relevant chunks within one or more Calibre books. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/gonzalochief/pergamos'
If you have feedback or need assistance with the MCP directory API, please join our Discord server