Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port for OAuth/HTTP transport. | 3333 |
| NOTION_TOKEN | No | Notion API integration token used for Stdio mode. | |
| OAUTH_REDIRECT_URI | No | OAuth callback URL. | http://localhost:{PORT}/callback |
| NOTION_ROOT_PAGE_ID | No | Default parent page ID. | |
| NOTION_TRUST_CONTENT | No | Skip content notice on read_page responses. | false |
| NOTION_OAUTH_CLIENT_ID | No | Notion public integration OAuth client ID. | |
| NOTION_OAUTH_CLIENT_SECRET | No | Notion public integration OAuth client secret. |
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 | |