Skip to main content
Glama
MCPApi.credentials.js1.69 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MCPApi = void 0; class MCPApi { constructor() { this.name = 'mcpApi'; this.displayName = 'MCP API'; this.documentationUrl = 'mcp'; this.properties = [ { displayName: 'Server URL', name: 'serverUrl', type: 'string', default: 'http://localhost:3000', placeholder: 'http://localhost:3000', description: 'The URL of the MCP server', }, { displayName: 'Authentication Token', name: 'authToken', type: 'string', typeOptions: { password: true, }, default: '', description: 'Authentication token for the MCP server (if required)', }, { displayName: 'Connection Type', name: 'connectionType', type: 'options', options: [ { name: 'HTTP', value: 'http', }, { name: 'WebSocket', value: 'websocket', }, { name: 'STDIO', value: 'stdio', }, ], default: 'http', description: 'How to connect to the MCP server', }, ]; } } exports.MCPApi = MCPApi; //# sourceMappingURL=MCPApi.credentials.js.map

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/czlonkowski/n8n-mcp'

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