Skip to main content
Glama

Shell MCP Server

Apache 2.0
13
  • Linux
  • Apple
pyproject.toml580 B
[project] name = "shell-mcp-server" version = "0.1.0" description = "Shell MCP Server for Claude AI Application" readme = "README.md" requires-python = ">=3.11" dependencies = [ "mcp>=1.0.0", "pydantic>=2.0.0", "pydantic-settings>=2.0.0" ] [[project.authors]] name = "blazickjp" email = "joe.blazick@yahoo.com" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project.scripts] shell-mcp-server = "shell_mcp_server:main" [project.optional-dependencies] test = [ "pytest>=7.0.0", "pytest-asyncio>=0.23.0", "pytest-cov>=4.1.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/blazickjp/shell-mcp-server'

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