We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/laris-co/oracle-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
module.exports = {
apps: [{
name: 'oracle-v2-server',
script: 'dist/server.js',
cwd: '/Users/nat/Code/github.com/laris-co/Nat-s-Agents/ψ/lab/oracle-v2',
watch: ['dist', 'src/ui.html'],
ignore_watch: ['node_modules', 'chroma_data', '*.db'],
env: {
ORACLE_PORT: 37778,
ORACLE_REPO_ROOT: '/Users/nat/Code/github.com/laris-co/Nat-s-Agents'
},
autorestart: true,
max_restarts: 10,
restart_delay: 1000
}]
};