Skip to main content
Glama

Pero MCP Server

pyproject.toml1.22 kB
[build-system] requires = ["setuptools>=61.0", "wheel", "setuptools_scm[toml]>=7.0"] build-backend = "setuptools.build_meta" [project] name = "pero-mcp-server" dynamic = ["version"] description = "pero-mcp-server is a server implementation of the Model Context Protocol (MCP)" readme = "README.md" requires-python = ">=3.8" license = {text = "MIT"} authors = [ {name = "peropero", email = "tech@peropero.net"}, ] maintainers = [ {name = "peropero", email = "tech@peropero.net"}, ] keywords = ["mcp", "model-context-protocol", "app-store-connect", "ssh", "automation", "api", "server"] dependencies = [ "fastmcp", "paramiko", "requests", "cryptography", "pydantic", "python-dotenv", "PyJWT", "typing-extensions", ] [project.scripts] pero-mcp-server = "pero_mcp_server:main" [project.urls] Homepage = "https://github.com/peroperogames/pero-mcp-server" Documentation = "https://github.com/peroperogames/pero-mcp-server#readme" Repository = "https://github.com/peroperogames/pero-mcp-server" "Bug Tracker" = "https://github.com/peroperogames/pero-mcp-server/issues" [tool.setuptools] packages = ["clients", "clients.appstoreconnect", "clients.ssh"] py-modules = ["pero_mcp_server"]

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/peroperogames/pero-mcp-server'

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