Skip to main content
Glama

pluggedin-mcp-proxy

smithery.yaml754 B
startCommand: type: stdio configSchema: type: object properties: PLUGGEDIN_API_KEY: type: string description: Your Plugged.in API key for authenticated operations (see plugged.in/api-keys). Leave empty for tool discovery only. PLUGGEDIN_API_BASE_URL: type: string description: Base URL for your Plugged.in instance (optional, defaults to https://plugged.in) commandFunction: | (config) => ({ command: 'node', args: ['dist/index.js'], env: { ...process.env, ...(config.PLUGGEDIN_API_KEY && { PLUGGEDIN_API_KEY: config.PLUGGEDIN_API_KEY }), ...(config.PLUGGEDIN_API_BASE_URL && { PLUGGEDIN_API_BASE_URL: config.PLUGGEDIN_API_BASE_URL }) } })

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/VeriTeknik/pluggedin-mcp'

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