Skip to main content
Glama

Self-hosted LLM MCP Server

cypress.config.ts634 B
import { defineConfig } from 'cypress'; export default defineConfig({ e2e: { baseUrl: 'http://localhost:3000', supportFile: 'cypress/support/e2e.ts', specPattern: 'cypress/e2e/**/*.cy.{js,jsx,ts,tsx}', viewportWidth: 1280, viewportHeight: 720, video: true, screenshotOnRunFailure: true, defaultCommandTimeout: 10000, requestTimeout: 10000, responseTimeout: 10000, setupNodeEvents(on, config) { // implement node event listeners here }, }, component: { devServer: { framework: 'create-react-app', bundler: 'webpack', }, }, });

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/Krishnahuex28/MCP'

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