Skip to main content
Glama

Vextra MCP Server

by kcaitech
AGPL 3.0
3
index.ts•295 B
import { createI18n } from 'vue-i18n' import zhCN from './locales/zh-CN' import enUS from './locales/en-US' const messages = { 'zh-CN': zhCN, 'en-US': enUS } export const i18n = createI18n({ legacy: false, locale: 'zh-CN', fallbackLocale: 'en-US', messages }) export default i18n

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