Skip to main content
Glama
smithery.yaml1.09 kB
# Smithery configuration file: https://smithery.ai/docs/build/project-config startCommand: type: stdio commandFunction: # A JS function that produces the CLI command based on the given config to start the MCP server. |- (config) => ({ command: 'node', args: ['index.js'], env: { PLEX_URL: config.plexUrl, PLEX_TOKEN: config.plexToken, PLEX_VERIFY_SSL: config.plexVerifySsl.toString(), MCP_HTTP_DEBUG: 'true' } }) configSchema: # JSON Schema defining the configuration options for the MCP. type: object required: - plexUrl properties: plexUrl: type: string description: URL of the Plex server plexToken: type: string description: Plex authentication token (optional - can authenticate interactively) plexVerifySsl: type: boolean default: true description: Whether to verify Plex server SSL certificate exampleConfig: plexUrl: https://your-plex-server:32400 plexToken: abcdef123456 plexVerifySsl: true

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/vyb1ng/plex-mcp'

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