We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/townofnolan/obsidian-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git Configuration
GIT_REPO_URL=https://github.com/yourusername/your-vault.git
GIT_BRANCH=main
GIT_TOKEN=ghp_your_github_personal_access_token_here
# Server Configuration
PORT=3000
NODE_ENV=production
# Authentication (Optional - for OAuth)
OAUTH_CLIENT_ID=your_oauth_client_id
OAUTH_CLIENT_SECRET=your_oauth_client_secret
# API Key Authentication (Alternative to OAuth)
API_KEY=your_secure_api_key_here
# Domain (for production deployment)
BASE_URL=https://yourdomain.com