Skip to main content
Glama
config.ts1.55 kB
import { defineConfig } from 'vitepress' export default defineConfig({ title: 'Discord MCP', description: 'Discord MCP server: route-generated tools + Gateway events for Model Context Protocol clients', base: '/', // Root path for custom domain head: [ ['link', { rel: 'icon', href: '/favicon.ico' }] ], themeConfig: { nav: [ { text: 'Home', link: '/' }, { text: 'Guide', link: '/guide/' }, { text: 'API Reference', link: '/api/' }, { text: 'GitHub', link: 'https://github.com/bennettschwartz/discord-mcp' } ], sidebar: [ { text: 'Introduction', items: [ { text: 'Getting Started', link: '/' }, { text: 'Configuration', link: '/configuration' }, { text: 'Examples', link: '/examples' } ] }, { text: 'Features', items: [ { text: 'Route Generator', link: '/route-generator' }, { text: 'Gateway Events', link: '/gateway' }, { text: 'Tool Packs', link: '/packs' } ] }, { text: 'Advanced', items: [ { text: 'Security', link: '/security' }, { text: 'Troubleshooting', link: '/troubleshooting' }, { text: 'FAQ', link: '/faq' } ] } ], socialLinks: [ { icon: 'github', link: 'https://github.com/bennettschwartz/discord-mcp' } ], footer: { message: 'Released under the MIT License.', copyright: 'Copyright © 2024' }, search: { provider: 'local' } } })

Latest Blog Posts

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/GustyCube/discord-mcp'

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