Skip to main content
Glama

Slack MCP Server

by ubie-oss
eslint.config.js613 B
import js from "@eslint/js"; import globals from "globals"; import tseslint from "typescript-eslint"; import prettier from "eslint-config-prettier"; export default [ js.configs.recommended, { files: ["**/*.{js,mjs,cjs,ts}"], languageOptions: { globals: { ...globals.browser, ...globals.node }, ecmaVersion: 2022 } }, ...tseslint.configs.recommended, { files: ["**/*.ts"], plugins: { "@typescript-eslint": tseslint.plugin }, languageOptions: { parser: tseslint.parser, parserOptions: { project: true } }, rules: {} }, prettier ];

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/ubie-oss/slack-mcp-server'

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