Skip to main content
Glama

@ragrabbit/mcp

next.js654 B
const { resolve } = require("node:path"); const project = resolve(process.cwd(), "tsconfig.json"); /** @type {import("eslint").Linter.Config} */ module.exports = { extends: [ "eslint:recommended", "prettier", require.resolve("@vercel/style-guide/eslint/next"), "turbo", ], globals: { React: true, JSX: true, }, env: { node: true, browser: true, }, plugins: ["only-warn"], settings: { "import/resolver": { typescript: { project, }, }, }, ignorePatterns: [ // Ignore dotfiles ".*.js", "node_modules/", ], overrides: [{ files: ["*.js?(x)", "*.ts?(x)"] }], };

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/madarco/ragrabbit'

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