We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/s-b-e-n-s-o-n/portkey-admin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Smithery configuration file: https://smithery.ai/docs/build/project-config/smithery-yaml
startCommand:
type: stdio
configSchema:
type: object
required:
- portkeyApiKey
properties:
portkeyApiKey:
type: string
title: Portkey API Key
description: Your Portkey Admin API key from https://app.portkey.ai/settings/api-keys
commandFunction:
|-
(config) => ({
command: 'node',
args: ['build/index.js'],
env: {
PORTKEY_API_KEY: config.portkeyApiKey
}
})
exampleConfig:
portkeyApiKey: your_portkey_api_key_here