Skip to main content
Glama

MCP Unified Server

by getfounded
sidebars.js1.74 kB
/** * Creating a sidebar enables you to: - create an ordered group of docs - render a sidebar for each doc of that group - provide next/previous navigation The sidebars can be generated from the filesystem, or explicitly defined here. Create as many sidebars as you want. */ // @ts-check /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ const sidebars = { // By default, Docusaurus generates a sidebar from the docs folder structure tutorialSidebar: [ 'intro', { type: 'category', label: 'Getting Started', items: [ 'getting-started/installation', 'getting-started/quick-start', 'getting-started/configuration', ], }, { type: 'category', label: 'SDK', items: [ 'sdk/overview', 'sdk/quick-start', 'sdk/api-reference', 'sdk/examples', 'sdk/advanced-features', 'sdk/migration', 'sdk/best-practices', ], }, { type: 'category', label: 'Tool Development', items: [ 'development/creating-tools', 'development/base-tool-class', 'development/tool-registration', 'development/best-practices', ], }, { type: 'category', label: 'Available Tools', items: [ 'tools/overview', 'tools/filesystem', 'tools/time-tools', 'tools/browser-automation', 'tools/document-management', 'tools/data-tools', ], }, { type: 'category', label: 'Deployment', items: [ 'deployment/docker', 'deployment/sse-transport', 'deployment/claude-desktop', ], }, ], }; export default sidebars;

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