Skip to main content
Glama

AppSignal MCP Server

by c20020207
restore-readme.js502 B
#!/usr/bin/env node const fs = require('fs'); const path = require('path'); // Rename README.md to README.md.npm console.log('Renaming README.md to README.md.npm...'); fs.renameSync( path.join(__dirname, 'README.md'), path.join(__dirname, 'README.md.npm') ); // Rename README.md.original to README.md console.log('Restoring original README.md...'); fs.renameSync( path.join(__dirname, 'README.md.original'), path.join(__dirname, 'README.md') ); console.log('Original README.md restored!');

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/c20020207/mcp-appsignal'

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