Skip to main content
Glama
tycket033-tech

pdf-knowledge-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PDF_KNOWLEDGE_STORE_PATHNoPath to the knowledge base index JSON file. If not set, defaults to the project's default location.data/pdf-knowledge-index.json

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ingest_documentA

Ingest a PDF development experience document into the local RAG knowledge base. The server chunks, vectorizes, indexes, and persists the content locally.

search_knowledgeA

Search the local PDF development knowledge base with semantic-style TF-IDF vector retrieval and return ranked chunks with source references.

ask_pdf_expertB

Answer a PDF development question by retrieving relevant local knowledge first and returning an answer with citations.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/tycket033-tech/pdf-knowledge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server