noteker
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANTHROPIC_API_KEY | Yes | Anthropic API key (sk-ant-...). Can also be set in settings.yaml. | |
| NOTEKER_CONFIG_DIR | No | Override config directory path. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/andras-tkcs/noteker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server