Skip to main content
Glama

Anytype MCP Server

by anyproto
eslint.config.js1.09 kB
import eslint from "@eslint/js"; import tseslint from "@typescript-eslint/eslint-plugin"; import tsparser from "@typescript-eslint/parser"; export default [ { ignores: ["build/**/*", "bin/**/*"], }, eslint.configs.recommended, { files: ["**/*.ts", "**/*.tsx"], languageOptions: { parser: tsparser, parserOptions: { ecmaVersion: "latest", sourceType: "module", }, globals: { process: "readonly", console: "readonly", }, }, plugins: { "@typescript-eslint": tseslint, }, rules: { ...tseslint.configs.recommended.rules, "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-unused-vars": "off", }, }, { files: ["**/*.js", "**/*.jsx"], languageOptions: { parserOptions: { ecmaVersion: "latest", sourceType: "module", }, globals: { process: "readonly", console: "readonly", }, }, rules: { ...eslint.configs.recommended.rules, "no-unused-vars": "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/anyproto/anytype-mcp'

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