Skip to main content
Glama

Vextra MCP Server

by kcaitech
AGPL 3.0
3
tsconfig.json582 B
{ "compilerOptions": { "target": "esnext", "module": "esnext", "moduleResolution": "Node", "strict": true, "esModuleInterop": true, "resolveJsonModule": true, "noEmit": true, "allowImportingTsExtensions": true, "outDir": "dist", "declaration": true, "declarationDir": "dist/types", "declarationMap": false, "sourceMap": false, "baseUrl": "./", "types": [ "node" ], "lib": [ "dom", "dom.iterable", "esnext" ], "paths": { "@/*": ["src/*"] }, "skipLibCheck": 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/kcaitech/vextra-mcp'

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