We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thlandgraf/askme-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
settings.json•2.34 kB
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#292f24",
"activityBar.background": "#292f24",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#386aa7",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#292f24",
"statusBar.background": "#10120e",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#292f24",
"statusBarItem.remoteBackground": "#10120e",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#10120e",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#10120e99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"terminal.integrated.tabs.title": "${separator}${sequence}",
"peacock.color": "#10120e",
"typescript.tsdk": "./node_modules/typescript/lib",
"java.configuration.updateBuildConfiguration": "automatic",
"makefile.configureOnOpen": false,
"github.copilot.chat.codeGeneration.instructions": [
{ "file": "/Users/tl/hack/PromptorPrompts/hack/hack-variablenames.md" },
{ "file": "/Users/tl/hack/PromptorPrompts/hack/hack-ts.md" },
],
"github.copilot.chat.commitMessageGeneration.instructions": [
{
"text": "Follow the Conventional Commits format strictly for commit messages. Use the structure below:\n\n```\n<type>[optional scope]: <gitmoji> <description>\n\n[optional body]\n```\n\nGuidelines:\n\n1. **Type and Scope**: Choose an appropriate type (e.g., `feat`, `fix`) and optional scope to describe the affected module or feature.\n\n2. **Gitmoji**: Include a relevant `gitmoji` that best represents the nature of the change.\n\n3. **Description**: Write a concise, informative description in the header; use backticks if referencing code or specific terms.\n\n4. **Body**: For additional details, use a well-structured body section:\n - Use bullet points (`*`) for clarity.\n - Clearly describe the motivation, context, or technical details behind the change, if applicable.\n\nCommit messages should be clear, informative, and professional, aiding readability and project tracking."
}
],
"github.copilot.chat.codeGeneration.useInstructionFiles": true,
"nxConsole.generateAiAgentRules": true
}