We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/justynroberts/rundeck-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
context.py•290 B
from pydantic import BaseModel
class MCPContext(BaseModel):
"""MCP server context containing connection information.
This context is created during server startup and made available to tools
via the lifespan context manager.
"""
server_url: str
api_version: int