Skip to main content
Glama

Confluence MCP

by cosmix
vite.config.ts626 B
/// <reference types="vitest" /> import { defineConfig } from 'vite'; import dts from 'vite-plugin-dts'; import { resolve } from 'path'; export default defineConfig({ test: { // Add Vitest configuration globals: true, // Enable global API (vi, describe, it, etc.) environment: 'node', // Specify the test environment }, build: { lib: { entry: resolve(__dirname, 'src/index.ts'), formats: ['es'], fileName: 'index', }, rollupOptions: { external: ['@modelcontextprotocol/sdk', 'bun', 'process'], }, outDir: 'dist', sourcemap: true, }, plugins: [dts()], });

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/cosmix/confluence-mcp'

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