Skip to main content
Glama
jakenuts

mcp-cli-exec MCP Server

by jakenuts
types.ts537 B
export interface CommandResult { command: string; success: boolean; exitCode: number; stdout: string; stderr: string; error?: string; duration: number; workingDirectory: string; } export interface ExecResult { success: boolean; results: CommandResult[]; totalDuration: number; } export interface ExecRawArgs { command: string; timeout?: number; } export interface ExecArgs { workingDirectory: string; commands: string | string[]; timeout?: number; } export const DEFAULT_TIMEOUT = 300000; // 5 minutes

Implementation Reference

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/jakenuts/mcp-cli-exec'

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