Skip to main content
Glama

Terminal MCP Server

claude_desktop_config.json865 B
// NOTE - reference file only, actual claude config located at // ~/Library/Application\ Support/Claude/claude_desktop_config.json // NEEDS TO BE UPDATED // WITHOUT DOCKER IMPLEMENTATION { "mcpServers": { "terminal": { "command": "/Users/theailanguage/.local/bin/uv", "args": [ "--directory", "/Users/theailanguage/mcp/servers/terminal_server", "run", "terminal_server.py" ] } } } // WITH DOCKER IMPLEMENTATION { "mcpServers": { "terminal_server": { "command": "docker", "args": [ "run", "-i", "--rm", "--init", "-e", "DOCKER_CONTAINER=true", "-v", "/Users/theailanguage/mcp/workspace:/root/mcp/workspace", "terminal_server_docker" ] } } }

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/theailanguage/terminal_server'

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