Skip to main content
Glama
settings.json2.74 kB
{ // Editor settings "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit", "source.organizeImports": "explicit" }, "editor.rulers": [100], "editor.tabSize": 2, "editor.insertSpaces": true, "editor.detectIndentation": false, "editor.trimAutoWhitespace": true, "files.trimTrailingWhitespace": true, "files.insertFinalNewline": true, "files.eol": "\n", // TypeScript settings "typescript.tsdk": "node_modules/typescript/lib", "typescript.enablePromptUseWorkspaceTsdk": true, "typescript.preferences.importModuleSpecifier": "relative", "typescript.updateImportsOnFileMove.enabled": "always", "typescript.suggest.autoImports": true, "typescript.preferences.quoteStyle": "double", // ESLint settings "eslint.validate": [ "javascript", "javascriptreact", "typescript", "typescriptreact" ], "eslint.format.enable": false, // File associations "files.associations": { "*.env.*": "dotenv", "docker-compose*.yml": "dockercompose" }, // Files to exclude from explorer "files.exclude": { "**/.git": true, "**/.DS_Store": true, "**/node_modules": true, "**/dist": true, "**/coverage": true, "**/*.log": true }, // Search settings "search.exclude": { "**/node_modules": true, "**/dist": true, "**/coverage": true, "**/.git": true, "**/package-lock.json": true }, // Testing "vitest.enable": true, "vitest.commandLine": "npm run test", // Git "git.ignoreLimitWarning": true, // SQL formatting "[sql]": { "editor.defaultFormatter": "inferrinizzard.prettier-sql-vscode", "editor.tabSize": 4 }, // Markdown "[markdown]": { "editor.wordWrap": "on", "editor.quickSuggestions": { "comments": "off", "strings": "off", "other": "off" } }, // JSON "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, // YAML "[yaml]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, // Shell scripts "[shellscript]": { "editor.defaultFormatter": "foxundermoon.shell-format" }, // Docker "[dockerfile]": { "editor.defaultFormatter": "ms-azuretools.vscode-docker" }, // Cognitive architecture specific "cSpell.words": [ "thoughtmcp", "pgvector", "embeddings", "episodic", "procedural", "reflective", "salience", "waypoint", "circumplex", "valence", "arousal", "dominance", "metacognitive", "vitest", "tsconfig", "esbenp", "foxundermoon", "inferrinizzard" ] }

Latest Blog Posts

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/keyurgolani/ThoughtMcp'

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