Skip to main content
Glama
docusaurus.config.ts3.92 kB
import {themes as prismThemes} from 'prism-react-renderer'; import type {Config} from '@docusaurus/types'; import type * as Preset from '@docusaurus/preset-classic'; // This runs in Node.js - Don't use client-side code here (browser APIs, JSX...) const config: Config = { title: 'Float MCP', tagline: 'MCP server for Float.com integration - Streamline project management and time tracking', favicon: 'img/favicon.ico', // Future flags, see https://docusaurus.io/docs/api/docusaurus-config#future future: { v4: true, // Improve compatibility with the upcoming Docusaurus v4 }, // Set the production url of your site here url: 'https://asachs01.github.io', // Set the /<baseUrl>/ pathname under which your site is served // For GitHub pages deployment, it is often '/<projectName>/' baseUrl: '/float-mcp/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: 'asachs01', // Usually your GitHub org/user name. projectName: 'float-mcp', // Usually your repo name. onBrokenLinks: 'throw', 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', { docs: { sidebarPath: './sidebars.ts', routeBasePath: '/', // Serve docs at site's root // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: 'https://github.com/asachs01/float-mcp/tree/main/docs/', }, blog: false, // Disable the blog plugin theme: { customCss: './src/css/custom.css', }, } satisfies Preset.Options, ], ], themeConfig: { // Replace with your project's social card image: 'img/docusaurus-social-card.jpg', navbar: { title: 'Float MCP', logo: { alt: 'Float MCP Logo', src: 'img/logo.svg', href: '/intro', // Redirect to intro page instead of home }, items: [ { type: 'docSidebar', sidebarId: 'tutorialSidebar', position: 'left', label: 'Documentation', }, { href: 'https://github.com/asachs01/float-mcp', label: 'GitHub', position: 'right', }, ], }, footer: { style: 'dark', links: [ { title: 'Docs', items: [ { label: 'Getting Started', to: '/intro', }, { label: 'API Reference', to: '/api/API_DOCUMENTATION', }, { label: 'Integration Guide', to: '/guides/CLAUDE_INTEGRATION_GUIDE', }, ], }, { title: 'Community', items: [ { label: 'GitHub Issues', href: 'https://github.com/asachs01/float-mcp/issues', }, { label: 'Discussions', href: 'https://github.com/asachs01/float-mcp/discussions', }, ], }, { title: 'More', items: [ { label: 'GitHub', href: 'https://github.com/asachs01/float-mcp', }, { label: 'Float.com', href: 'https://float.com', }, ], }, ], copyright: `Copyright © ${new Date().getFullYear()} Aaron Sachs. Built with Docusaurus.`, }, prism: { theme: prismThemes.github, darkTheme: prismThemes.dracula, }, } satisfies Preset.ThemeConfig, }; export default config;

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/asachs01/float-mcp'

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