Skip to main content
Glama

iTerm MCP Server

by rishabkoul
package.json992 B
{ "name": "iterm_mcp_server", "version": "1.0.4", "description": "A Model Context Protocol (MCP) server implementation for iTerm2 terminal integration", "main": "index.js", "type": "module", "bin": { "iterm_mcp_server": "index.js" }, "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "iterm", "iterm2", "terminal", "model-context-protocol", "cursor-ide" ], "author": "Rishab Koul", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/rishabkoul/iTerm-MCP-Server.git" }, "bugs": { "url": "https://github.com/rishabkoul/iTerm-MCP-Server/issues" }, "homepage": "https://github.com/rishabkoul/iTerm-MCP-Server#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "zod": "^3.24.2" }, "engines": { "node": ">=14.0.0" }, "files": [ "index.js", "README.md", "LICENSE" ] }

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/rishabkoul/iTerm-MCP-Server'

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