Skip to main content
Glama

MCP Developer Server

by RA86-dev
ContainerStatus.py185 B
from enum import Enum from pydantic import BaseModel class ContainerStatus(str, Enum): RUNNING = "running" STOPPED = "stopped" CREATED = "created" EXITED = "exited"

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/RA86-dev/mcpdev-server'

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