Skip to main content
Glama

MCP Prompts Server

mcp.code-workspace1.67 kB
// VS Code workspace configuration for MCP Prompts monorepo - optimized for TypeScript, ESLint, Prettier, and pnpm { "folders": [ { "path": "." }, { "path": "packages/*" }, { "path": "apps/*" }, { "path": "docs" }, { "path": "cdk" } ], "settings": { "typescript.tsdk": "node_modules/typescript/lib", "typescript.preferences.includePackageJsonAutoImports": "on", "typescript.suggest.autoImports": true, "typescript.preferences.importModuleSpecifier": "relative", "typescript.updateImportsOnFileMove.enabled": "always", "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, "eslint.experimental.useFlatConfig": true, "eslint.workingDirectories": ["packages/*", "apps/*"], "npm.packageManager": "pnpm", "typescript.enablePromptUseWorkspaceTsdk": true, "files.exclude": { "**/node_modules": true, "**/dist": true, "**/.turbo": true, "**/.git": true, "**/.DS_Store": true, "**/cdk.out": true }, "search.exclude": { "**/node_modules": true, "**/dist": true, "**/.turbo": true, "**/cdk.out": true }, "files.watcherExclude": { "**/node_modules/**": true, "**/dist/**": true, "**/.turbo/**": true, "**/cdk.out/**": true } }, "extensions": { "recommendations": [ "esbenp.prettier-vscode", "dbaeumer.vscode-eslint", "ms-vscode.vscode-typescript-next", "@biomejs/biome", "ms-azuretools.vscode-docker", "amazonwebservices.aws-toolkit-vscode" ] } }

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/sparesparrow/mcp-prompts'

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