We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jjones-wps/pyodbc-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•603 B
# Environment Variables Template for pyodbc-mcp-server
# Copy this file to .env and replace with your actual values
# NEVER commit .env to version control
# Database Connection Settings
MSSQL_SERVER=localhost
MSSQL_DATABASE=master
ODBC_DRIVER=ODBC Driver 17 for SQL Server
# PyPI Publishing Tokens (for maintainers only)
# Generate tokens at:
# - Production: https://pypi.org/manage/account/token/
# - Testing: https://test.pypi.org/manage/account/token/
#
# IMPORTANT: Store these in GitHub Secrets, NOT in .env files
PYPI_API_TOKEN=pypi-your-token-here
TEST_PYPI_API_TOKEN=pypi-your-test-token-here