Skip to main content
Glama

syplugin-anMCPServer

by OpaqueGlass
.eslintrc.js839 B
module.exports = { root: true, env: {node: true, browser: true, es6: true}, parser: "@typescript-eslint/parser", plugins: [ "@typescript-eslint", ], extends: [ "eslint:recommended", "plugin:@typescript-eslint/recommended", ], rules: { semi: [2, "always"], quotes: [2, "double", {"avoidEscape": true}], "no-async-promise-executor": "off", "no-prototype-builtins": "off", "no-useless-escape": "off", "no-irregular-whitespace": "off", "@typescript-eslint/ban-ts-comment": "off", "@typescript-eslint/no-var-requires": "off", "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-explicit-any": "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/OpaqueGlass/syplugin-anMCPServer'

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