Skip to main content
Glama

Discord Agent MCP

by aj-geddes
base.ts406 B
export class DiscordMCPError extends Error { constructor( message: string, public code: string, public resolution?: string, ) { super(message); this.name = "DiscordMCPError"; Error.captureStackTrace(this, this.constructor); } toJSON() { return { name: this.name, message: this.message, code: this.code, resolution: this.resolution, }; } }

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/aj-geddes/discord-agent-mcp'

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