Skip to main content
Glama
portel-dev

NCP - Natural Context Provider

by portel-dev
MCP-CONFIG-SCHEMA-SIMPLE-EXAMPLE.json735 B
{ "comment": "Simple, common example - just environment variables", "description": "This is what most MCP servers will return", "protocolVersion": "0.1.0", "capabilities": { "tools": {} }, "serverInfo": { "name": "gmail-mcp", "version": "1.0.0" }, "configurationSchema": { "environmentVariables": [ { "name": "GCP_OAUTH_KEYS_PATH", "description": "Path to the GCP OAuth keys JSON file", "type": "path", "required": true, "sensitive": true }, { "name": "CREDENTIALS_PATH", "description": "Path to the stored credentials JSON file", "type": "path", "required": true, "sensitive": true } ] } }

Latest Blog Posts

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/portel-dev/ncp'

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