omnifocus-mcp-bridge
by 0xJem
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OMNIFOCUS_MCP_HOST | No | HTTP bind host. Keep as 127.0.0.1 for Tailscale Serve mode. | 127.0.0.1 |
| OMNIFOCUS_MCP_PORT | No | HTTP bind port. | 3050 |
| OMNIFOCUS_MCP_TOKEN | No | Direct bearer token override. Avoid inline shell usage. | |
| OMNIFOCUS_MCP_VERBOSE | No | Set to 'true' for redacted request logs. | false |
| OMNIFOCUS_MCP_ENV_FILE | No | Optional dotenv file path. If explicitly set, the file must exist. | .env |
| OMNIFOCUS_MCP_READ_ONLY | No | Set to 'false' to expose mutating upstream tools. | true |
| OMNIFOCUS_MCP_TOKEN_FILE | No | Private file containing the bearer token. | .secrets/omnifocus-mcp-token |
| OMNIFOCUS_MCP_UPSTREAM_ARGS | No | Optional override args. Supports JSON arrays or shell-like quoted strings. | resolved dependency bin path |
| OMNIFOCUS_MCP_UPSTREAM_COMMAND | No | Optional override for the stdio upstream command. | Node executable |
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/0xJem/omnifocus-mcp-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server