Skip to main content
Glama

MCP Shell Server

Makefile394 B
.PHONY: test format lint typecheck check .DEFAULT_GOAL := all test: uv run pytest format: black . isort . ruff check --fix . lint: black --check . isort --check . ruff check . typecheck: mypy src/mcp_shell_server tests coverage: pytest --cov=src/mcp_shell_server tests # Run all checks required before pushing check: lint typecheck fix: check format all: format check coverage

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/diegofornalha/mcp-shell-server'

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