Skip to main content
Glama

Shared Knowledge MCP Server

by j5ik2o
biome.json1.49 kB
{ "$schema": "https://biomejs.dev/schemas/1.5.3/schema.json", "organizeImports": { "enabled": true }, "files": { "maxSize": 2000000, "ignore": ["docs/**/*", "node_modules/**/*", "dist/**/*", ".obsidian/**/*", "coverage/**/*"] }, "linter": { "enabled": true, "rules": { "recommended": true, "correctness": { "noUnusedVariables": "error", "noConstAssign": "error", "useExhaustiveDependencies": "error" }, "suspicious": { "noExplicitAny": "off", "noImplicitAnyLet": "off" }, "complexity": { "noForEach": "off", "noStaticOnlyClass": "off" }, "style": { "useConst": "error", "useSingleVarDeclarator": "off", "noUnusedTemplateLiteral": "off", "useTemplate": "off" } }, "ignore": ["node_modules", "dist", "docs", "docs/**/*", ".obsidian/**/*", "coverage/**/*"] }, "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 100, "ignore": ["node_modules", "dist", "docs"] }, "javascript": { "formatter": { "quoteStyle": "double", "trailingCommas": "es5", "semicolons": "always" } }, "overrides": [ { "include": ["**/*.test.ts", "**/*.test.js", "**/*.spec.ts", "**/*.spec.js"], "linter": { "rules": { "complexity": { "useLiteralKeys": "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/j5ik2o/shared-knowledge-mcp'

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