Skip to main content
Glama

Desktop Commander MCP

MIT License
14,614
5
  • Linux
  • Apple
types.ts614 B
import { ChildProcess } from 'child_process'; export interface ProcessInfo { pid: number; command: string; cpu: string; memory: string; } export interface TerminalSession { pid: number; process: ChildProcess; lastOutput: string; isBlocked: boolean; startTime: Date; } export interface CommandExecutionResult { pid: number; output: string; isBlocked: boolean; } export interface ActiveSession { pid: number; isBlocked: boolean; runtime: number; } export interface CompletedSession { pid: number; output: string; exitCode: number | null; startTime: Date; endTime: Date; }

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/MrGNSS/ClaudeDesktopCommander'

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