Skip to main content
Glama

Master MCP Server

by Jakedismo
config.json710 B
{ "hosting": { "platform": "node", "port": 3005, "base_url": "http://localhost:3005" }, "master_oauth": { "authorization_endpoint": "https://github.com/login/oauth/authorize", "token_endpoint": "https://github.com/login/oauth/access_token", "client_id": "Ov23li2S7w1LYoM4yLJP", "client_secret": "9f2cebe77974976e5fe7125eb50edefa81ee5219", "redirect_uri": "http://localhost:3005/oauth/callback", "scopes": ["read:user", "user:email"] }, "servers": [ { "id": "test-server", "type": "local", "url": "http://localhost:3006", "auth_strategy": "bypass_auth", "config": { "environment": {}, "args": [] } } ] }

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/Jakedismo/master-mcp-server'

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