Skip to main content
Glama

Kube Core MCP

by Jess321995
prettier.config.js446 B
module.exports = { // These settings are duplicated in .editorconfig: tabWidth: 2, // indent_size = 2 useTabs: false, // indent_style = space endOfLine: 'lf', // end_of_line = lf semi: false, // default: true singleQuote: true, // default: false printWidth: 100, // default: 80 trailingComma: 'es5', bracketSpacing: true, overrides: [ { files: '*.js', options: { parser: 'flow', }, }, ], }

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/Jess321995/kube-core-mcp'

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