Skip to main content
Glama

MCP Development Server

by dillip285
project_manager.py299 B
from ..models import Config class ProjectManager: """Manager class for project-related operations.""" def __init__(self, config: Config): """Initialize the project manager. Args: config: Server configuration """ self.config = config

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/dillip285/mcp-dev-server'

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