Skip to main content
Glama

Mattermost MCP Server

by pvev
run-monitoring.sh290 B
#!/bin/bash # Kill any existing server process pkill -f "node build/index.js" # Build the project echo "Building the project..." npm run build # Start the server with the --run-monitoring flag echo "Starting the server with --run-monitoring flag..." node build/index.js --run-monitoring

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/pvev/mattermost-mcp'

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