Skip to main content
Glama

Novu MCP Server

Official
by novuhq
smithery.yml421 B
# Smithery.ai configuration startCommand: type: stdio configSchema: type: object properties: apiKey: type: string description: "Your Novu API key" required: ["apiKey"] commandFunction: | (config) => ({ "command": "node", "args": [ "dist/index.js" ], "env": { "NODE_ENV": "production", "NOVU_API_KEY": config.apiKey } })

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/novuhq/smithery-mcp'

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