Skip to main content
Glama

Microsoft 365 MCP Server

by Softeria
tsup.config.ts555 B
import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['src/**/*.ts', 'src/endpoints.json'], format: ['esm'], target: 'es2020', outDir: 'dist', clean: true, bundle: false, splitting: false, sourcemap: false, dts: false, publicDir: false, onSuccess: 'chmod +x dist/index.js', loader: { '.json': 'copy', }, noExternal: [], external: [ '@azure/msal-node', '@modelcontextprotocol/sdk', 'commander', 'dotenv', 'express', 'js-yaml', 'keytar', 'winston', 'zod', ], });

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/Softeria/ms-365-mcp-server'

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