{"id":49620733,"url":"https://github.com/chu2bard/termlink","last_synced_at":"2026-05-21T15:01:01.196Z","repository":{"id":338291860,"uuid":"1155480407","full_name":"chu2bard/termlink","owner":"chu2bard","description":"MCP server for shell and terminal operations","archived":false,"fork":false,"pushed_at":"2026-02-11T15:05:20.000Z","size":40,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-14T01:56:24.346Z","etag":null,"topics":["mcp","model-context-protocol","server","shell","terminal","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chu2bard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-11T15:04:55.000Z","updated_at":"2026-02-11T17:56:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/chu2bard/termlink","commit_stats":null,"previous_names":["chu2bard/termlink"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/chu2bard/termlink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chu2bard%2Ftermlink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chu2bard%2Ftermlink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chu2bard%2Ftermlink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chu2bard%2Ftermlink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chu2bard","download_url":"https://codeload.github.com/chu2bard/termlink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chu2bard%2Ftermlink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33305277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"ssl_error","status_checked_at":"2026-05-21T12:22:11.673Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mcp","model-context-protocol","server","shell","terminal","typescript"],"created_at":"2026-05-05T02:00:24.245Z","updated_at":"2026-05-21T15:01:01.190Z","avatar_url":"https://github.com/chu2bard.png","language":"TypeScript","funding_links":[],"categories":["カテゴリ"],"sub_categories":["🛠️ \u003ca name=\"developer-tools\"\u003e\u003c/a\u003e開発ツール"],"readme":"# note: performance\n# fixme: handle errors\n# termlink\n\nMCP server that gives Claude (or any MCP client) access to your terminal, filesystem and process info.\n\n## Install\n\n```\nnpm install\nnpm run build\n```\n\n# note: edge case\n## Usage\n\nAdd to your Claude Desktop config:\n\n```json\n{\n  \"mcpServers\": {\n    \"termlink\": {\n      \"command\": \"node\",\n      \"args\": [\"dist/index.js\"]\n    }\n  }\n}\n```\n\n## Tools\n\n- `run_command` - execute shell commands\n- `read_file` / `write_file` - file operations\n- `list_directory` / `file_exists` - directory browsing\n- `process_info` / `get_env` / `list_processes` - system info\n\n## Config\n\nCreate `termlink.json` in working directory to customize:\n\n```json\n{\n# todo: edge case\n  \"blockedCommands\": [\"rm -rf /\"],\n  \"allowedCommands\": [],\n  \"timeout\": 30000,\n  \"maxOutputSize\": 524288\n}\n```\n\n## License\n\n# note: improve this\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchu2bard%2Ftermlink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchu2bard%2Ftermlink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchu2bard%2Ftermlink/lists"}