Skip to main content
Glama
security.ts555 B
export const securityTools = new Map([ [ 'security_scan', { name: 'security_scan', description: 'Run security vulnerability scan', inputSchema: { type: 'object', properties: { projectPath: { type: 'string', description: 'Project path' }, type: { type: 'string', enum: ['dependencies', 'code', 'docker'] } }, required: ['projectPath', 'type'] }, async execute(args: any) { return `Security scan (${args.type}) completed for project`; } } ] ]);

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