Skip to main content
Glama

Practera MCP Server

by intersective
serverless.yml1.07 kB
service: practera-mcp-server frameworkVersion: '3' provider: name: aws runtime: nodejs18.x stage: ${opt:stage, 'dev'} region: 'us-east-1' memorySize: 1024 timeout: 30 logRetentionInDays: 14 environment: NODE_ENV: production PRACTERA_CLIENT_ID: ${param:practeraClientId, ''} REDIRECT_URI: ${param:redirectUri, ''} ISSUER_URL: ${param:issuerUrl, 'https://auth.practera.com'} BASE_URL: ${param:baseUrl, ''} functions: mcp: handler: dist/server.handler events: - httpApi: path: /sse method: ANY - httpApi: path: /messages method: POST - httpApi: path: /oauth/{proxy+} method: any - httpApi: path: /health method: GET plugins: - serverless-offline package: patterns: - '!node_modules/.bin/**' - '!src/**' - '!.gitignore' - '!.git/**' - '!*.log' - '!*.md' - 'dist/**' - 'node_modules/**' - 'src/data/**' custom: serverless-offline: httpPort: 3000 noPrependStageInUrl: true

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/intersective/practera-mcp-server'

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