Skip to main content
Glama

MCP Server with LLM Integration

by MelaLitho
config.py501 B
# filepath: /z:/Demo/BackEnd/config.py class Config: SQLALCHEMY_BINDS = { 'db1': 'postgresql://admin:password@192.168.230.101/defaultdb?connect_timeout=1', 'db2': 'postgresql://admin:password@192.168.230.102/defaultdb?connect_timeout=1', 'db3': 'postgresql://postgres:postgres@localhost/postgres?connect_timeout=1', } SQLALCHEMY_ENGINE_OPTIONS = { "connect_args": { "connect_timeout": 1 } } SQLALCHEMY_TRACK_MODIFICATIONS = False

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/MelaLitho/MCPServer'

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