Docket MCP Server
by het2576
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHON_BIN | No | Python executable used by the Next.js API routes. | python3 |
| GEMINI_MODEL | No | Override to use another Gemini model. | gemini-2.5-flash |
| GEMINI_API_KEY | No | Gemini 2.5 Flash API key. Without it, the heuristic fallback extractor is used. | |
| NOTION_API_KEY | Yes | Your Notion internal integration secret (ntn_...). Required for real Notion integration. | |
| NOTION_DATABASE_ID | Yes | 32-character ID from the Notion database URL. Required for real Notion integration. | |
| NOTION_OWNER_PROPERTY | No | The assignee/owner text column. | Owner |
| NOTION_TITLE_PROPERTY | No | The name of the title column in your Notion database. | Name |
| NOTION_SOURCE_PROPERTY | No | Text property tagging where the task came from. | Source Meeting |
| NOTION_STATUS_PROPERTY | No | Used to filter out completed tasks. | Status |
| NOTION_DUE_DATE_PROPERTY | No | Must be a Notion Date property. | Due Date |
| NOTION_STATUS_DONE_VALUES | No | Comma-separated list of done status values to exclude. | Done,Complete,Completed,Archived |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- 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/het2576/Docket-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server