Skip to main content
Glama

MCP Agent Social Media Server

.pre-commit-config.yaml•1.34 kB
# See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - id: check-json - id: check-merge-conflict - id: check-case-conflict - id: mixed-line-ending args: ['--fix=lf'] - id: detect-private-key - repo: local hooks: - id: biome name: biome check and format entry: npx biome check --write language: system files: \.(js|jsx|ts|tsx|json)$ pass_filenames: true exclude: '^(dist|build|coverage)/' - repo: local hooks: - id: npm-test name: npm test entry: npm test language: system pass_filenames: false always_run: true stages: [commit] - id: npm-build name: npm build entry: npm run build language: system pass_filenames: false always_run: true stages: [commit] - id: typescript-check name: TypeScript type check entry: npx tsc --noEmit language: system pass_filenames: false always_run: true stages: [commit]

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/2389-research/mcp-socialmedia'

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