We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/harshitdynamite/DhanMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•281 B
# Dhan API Configuration
DHAN_CLIENT_ID=your_dhan_client_id
DHAN_API_KEY=your_api_key
DHAN_API_SECRET=your_api_secret
# OAuth Redirect URL (must match what you configured in web.dhan.co)
REDIRECT_URL=http://localhost:3000/callback
# MCP Server Configuration
MCP_SERVER_PORT=3000