Skip to main content
Glama

ioBroker MCP Server

Official
by ioBroker
eslint.config.mjs808 B
import config from '@iobroker/eslint-config'; export default [ ...config, { languageOptions: { parserOptions: { allowDefaultProject: { allow: ['*.js', '*.mjs'], }, tsconfigRootDir: import.meta.dirname, project: './tsconfig.json', }, }, }, { ignores: [ 'dist/*', 'test/**/*', 'eslint.config.mjs', 'prettier.config.mjs', 'tasks.js', 'examples/**/*', ], }, { // disable temporary the rule 'jsdoc/require-param' and enable 'jsdoc/require-jsdoc' rules: { 'jsdoc/require-jsdoc': 'off', 'jsdoc/require-param': 'off', }, }, ];

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/ioBroker/ioBroker.mcp'

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