Skip to main content
Glama

MCP Unified Server

by getfounded
docusaurus.config.js3.62 kB
// @ts-check // `@type` JSDoc annotations allow editor autocompletion and type checking // (when paired with `@ts-check`). // There are various equivalent ways to declare your Docusaurus config. // See: https://docusaurus.io/docs/api/docusaurus-config import {themes as prismThemes} from 'prism-react-renderer'; /** @type {import('@docusaurus/types').Config} */ const config = { title: 'MCP Tool Kit', tagline: 'A comprehensive toolkit for Model Context Protocol (MCP)', favicon: 'img/favicon.ico', // Set the production url of your site here url: 'https://docs.mcp-tool-kit.com', // Set the /<baseUrl>/ pathname under which your site is served // For custom domain, use '/' baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: 'getfounded', // Usually your GitHub org/user name. projectName: 'mcp-tool-kit', // Usually your repo name. deploymentBranch: 'gh-pages', trailingSlash: false, onBrokenLinks: 'ignore', onBrokenMarkdownLinks: 'warn', // Even if you don't use internationalization, you can use this field to set // useful metadata like html lang. For example, if your site is Chinese, you // may want to replace "en" with "zh-Hans". i18n: { defaultLocale: 'en', locales: ['en'], }, presets: [ [ 'classic', /** @type {import('@docusaurus/preset-classic').Options} */ ({ docs: { sidebarPath: './sidebars.js', editUrl: 'https://github.com/getfounded/mcp-tool-kit/tree/main/docs/', }, blog: false, theme: { customCss: './src/css/custom.css', }, }), ], ], themeConfig: /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ // Replace with your project's social card image: 'img/docusaurus-social-card.jpg', navbar: { title: 'MCP Tool Kit', logo: { alt: 'MCP Tool Kit Logo', src: 'img/logo.svg', }, items: [ { type: 'docSidebar', sidebarId: 'tutorialSidebar', position: 'left', label: 'Documentation', }, { href: 'https://github.com/getfounded/mcp-tool-kit', label: 'GitHub', position: 'right', }, ], }, footer: { style: 'dark', links: [ { title: 'Docs', items: [ { label: 'Getting Started', to: '/docs/intro', }, { label: 'Tool Development', to: '/docs/development/creating-tools', }, ], }, { title: 'Community', items: [ { label: 'GitHub', href: 'https://github.com/getfounded/mcp-tool-kit', }, { label: 'Issues', href: 'https://github.com/getfounded/mcp-tool-kit/issues', }, ], }, { title: 'More', items: [ { label: 'GitHub', href: 'https://github.com/getfounded/mcp-tool-kit', }, ], }, ], copyright: `Copyright © ${new Date().getFullYear()} MCP Tool Kit. Built with Docusaurus.`, }, prism: { theme: prismThemes.github, darkTheme: prismThemes.dracula, }, }), }; export default config;

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/getfounded/mcp-tool-kit'

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