Skip to main content
Glama

Remote Terminal MCP

by maricoxu
.gitignore4.27 kB
# Dependencies node_modules/ *.pyc __pycache__/ # Logs *.log mcp_server.log # Configuration files with sensitive data config/config.yaml **/config.yaml *.backup # Environment files .env .env.local .env.*.local # IDE files .vscode/ .idea/ *.swp *.swo # OS files .DS_Store Thumbs.db # Temporary files *.tmp *.temp temp/ tmp/ # User specific files user_config/ local_config/ # Test outputs test_output/ test_results/ # Build outputs dist/ build/ *.tgz # Runtime data pids *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ *.lcov # nyc test coverage .nyc_output # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) .grunt # Bower dependency directory (https://bower.io/) bower_components # node-waf configuration .lock-wscript # Compiled binary addons (https://nodejs.org/api/addons.html) build/Release # Dependency directories jspm_packages/ # TypeScript v1 declaration files typings/ # TypeScript cache *.tsbuildinfo # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # dotenv environment variables file .env.test # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache # Next.js build output .next # Nuxt.js build / generate output .nuxt dist # Gatsby files .cache/ public # vue-js build output Vue.js # Serverless directories .serverless/ # FuseBox cache .fusebox/ # DynamoDB Local files .dynamodb/ # TernJS port file .tern-port # 取消忽略 tests 目录下的所有 .py 测试文件 !tests/**/*.py # Python *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ env.bak/ venv.bak/ # IDEs .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Temporary files *.tmp *.temp # Test output test-output/ *.log # Configuration files (personal) config/local.yaml config/*.local.yaml config/*.local.yml .cursor-bridge/ .remote-terminal/ # Remote Terminal MCP specific config/servers.local.yaml config/servers.local.yml *.local.yaml *.local.yml # SSH keys and sensitive files *.pem *.key id_rsa* id_ed25519* # 敏感配置文件 config.yaml servers.yaml *.local.yaml *.private.yaml # 用户配置目录 .remote-terminal-mcp/ .config/ # Cursor编辑器规则文件(包含项目特定规则,不提交到git) .cursorrules .windsurfrules # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments venv/ env/ ENV/ .venv/ .env/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log logs/ log/ # Temporary files tmp/ temp/ *.tmp *.temp # Node.js node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Package files *.tgz *.tar.gz # Runtime data pids *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ # nyc test coverage .nyc_output # Dependency directories jspm_packages/ # Optional npm cache directory .npm # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # dotenv environment variables file .env # next.js build output .next # Test files test-config-*.yaml *-test.yaml # Added by Task Master AI logs dev-debug.log # Environment variables # Editor directories and files .idea .vscode *.suo *.ntvs* *.njsproj *.sln *.sw? # OS specific # Task files tasks.json tasks/ tests/test_report_*.txt # Task files tasks.json tasks/ # 测试报告和临时文件 tests/test_report_*.txt regression_test_report_*.txt test_report_*.txt *_test_report_*.txt # 连接测试文件 connect_*.py debug_*.py fix_*.py migrate_*.py enhanced_connect.py # 临时脚本文件 input_password.py *_fixed.py *_simple.py *_functionality.py demo_*.py check_*.py # 配置管理器备份文件 enhanced_config_manager_*.py # 同步相关测试文件 *sync*.py add_sync_config.py vscode_sync_manager.py # 其他临时文件 copy_*.py connect_*.py

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/maricoxu/remote-terminal-mcp'

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