Skip to main content
Glama
monitoring.ts550 B
export const monitoringTools = new Map([ [ 'setup_monitoring', { name: 'setup_monitoring', description: 'Setup application monitoring', inputSchema: { type: 'object', properties: { tool: { type: 'string', enum: ['prometheus', 'grafana', 'sentry'] }, projectPath: { type: 'string', description: 'Project path' } }, required: ['tool', 'projectPath'] }, async execute(args: any) { return `${args.tool} monitoring setup completed`; } } ] ]);

Latest Blog Posts

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/Rajawatrajat/mcp-software-engineer'

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