Skip to main content
Glama

WinTerm MCP

by capecoma
package.json824 B
{ "name": "winterm-mcp", "version": "1.0.0", "description": "Windows Terminal MCP Server - A Model Context Protocol server for Windows terminal interaction", "type": "module", "main": "build/index.js", "scripts": { "build": "npx tsc", "start": "node build/index.js", "dev": "npx tsc -w" }, "repository": { "type": "git", "url": "git+https://github.com/capecoma/winterm-mcp.git" }, "keywords": [ "mcp", "terminal", "windows", "claude", "automation" ], "author": "capecoma", "license": "MIT", "bugs": { "url": "https://github.com/capecoma/winterm-mcp/issues" }, "homepage": "https://github.com/capecoma/winterm-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "latest", "@types/node": "^20.0.0", "typescript": "^5.0.0" } }

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/capecoma/winterm-mcp'

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