Skip to main content
Glama

MCP Task Manager

by wanglei318
config.py237 B
import os class Config: # 数据库配置 SQLALCHEMY_DATABASE_URI = os.getenv('DATABASE_URL', 'sqlite:///app.db') SQLALCHEMY_TRACK_MODIFICATIONS = False # 安全配置 SECRET_KEY = os.getenv('SECRET_KEY', 'dev')

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/wanglei318/mcp_server'

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