Skip to main content
Glama

Claude Desktop Commander MCP

config.ts521 B
import path from 'path'; import os from 'os'; // Use user's home directory for configuration files export const USER_HOME = os.homedir(); const CONFIG_DIR = path.join(USER_HOME, '.claude-server-commander'); // Paths relative to the config directory export const CONFIG_FILE = path.join(CONFIG_DIR, 'config.json'); export const TOOL_CALL_FILE = path.join(CONFIG_DIR, 'claude_tool_call.log'); export const TOOL_CALL_FILE_MAX_SIZE = 1024 * 1024 * 10; // 10 MB export const DEFAULT_COMMAND_TIMEOUT = 1000; // milliseconds

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/wonderwhy-er/DesktopCommanderMCP'

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