Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ANTHROPIC_API_KEYYesAnthropic API key (sk-ant-...). Can also be set in settings.yaml.
NOTEKER_CONFIG_DIRNoOverride config directory path.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
noteker_process_pdfA

Convert a local PDF of handwritten notes into clean Markdown using Claude Vision.

file_path: absolute path to a PDF file on the local filesystem. note_context: optional hint about the content (e.g. 'team meeting 2025-06-20'). Helps Claude resolve ambiguous words. page_start: first page to process (1-based, inclusive). Omit to start from page 1. page_end: last page to process (1-based, inclusive). Omit to process to the last page (capped at max_pages when no range is given).

Pages are sent to Claude Vision in batches of at most 5. Requests spanning more pages are processed as several sequential batches and stitched into one result — the caller always gets back a single combined Markdown document.

noteker_statusA

Return Noteker version and configuration status.

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/andras-tkcs/noteker'

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