Skip to main content
Glama

OmniFocus-MCP

cli.cjs265 B
#!/usr/bin/env node // cli.cjs const path = require('path'); const childProcess = require('child_process'); const serverPath = path.join(__dirname, 'dist', 'server.js'); childProcess.spawn('node', ['--experimental-modules', serverPath], { stdio: 'inherit' });

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/themotionmachine/OmniFocus-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server