@verygoodplugins/mcp-evernote
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OAUTH_CALLBACK_PORT | No | Port for OAuth callback. Default: 3000 | 3000 |
| EVERNOTE_ENVIRONMENT | No | Evernote environment (production or sandbox). Default: production | production |
| EVERNOTE_WEBHOOK_URL | No | Webhook URL for change notifications | |
| EVERNOTE_ACCESS_TOKEN | No | Your Evernote access token (required for direct token or cookie-based authentication) | |
| EVERNOTE_CONSUMER_KEY | No | Your Evernote API consumer key (required for OAuth authentication) | |
| EVERNOTE_LEGACY_TOOLS | No | Enable legacy tool names (true/false). Default: false | false |
| EVERNOTE_NOTESTORE_URL | No | Your Evernote noteStore URL (not required when using cookie token) | |
| EVERNOTE_POLL_INTERVAL | No | Poll interval in milliseconds. Default: 3600000 (1 hour), min: 900000 (15 min) | 3600000 |
| EVERNOTE_CONSUMER_SECRET | No | Your Evernote API consumer secret (required for OAuth authentication) | |
| EVERNOTE_MAX_CONCURRENCY | No | Max simultaneous NoteStore RPCs. Default: 3 | 3 |
| EVERNOTE_NOTE_CACHE_SIZE | No | Max notes in USN-keyed body cache; 0 disables. Default: 200 | 200 |
| EVERNOTE_POLLING_ENABLED | No | Enable auto-start polling (true/false). Default: false | false |
| EVERNOTE_ALLOWED_FILE_ROOTS | No | Comma-separated list of allowed file roots for local attachments | |
| EVERNOTE_MAX_RESPONSE_CHARS | No | Max note-body chars per multi-note response. Default: 60000 | 60000 |
| EVERNOTE_NOTE_CACHE_SYNC_TTL_MS | No | How long a sync-state result is trusted (ms). Default: 30000 | 30000 |
| EVERNOTE_RATE_LIMIT_AUTO_RETRY_SECONDS | No | Auto-retry a rate-limited call if wait <= this many seconds; 0 = off. Default: 15 | 15 |
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
- 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/verygoodplugins/mcp-evernote'
If you have feedback or need assistance with the MCP directory API, please join our Discord server