We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/delk73/synesthetic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"python-envs.defaultEnvManager": "ms-python.python:conda",
"python-envs.defaultPackageManager": "ms-python.python:conda",
"python-envs.pythonProjects": [],
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#441b88",
"titleBar.activeForeground": "#ffffff",
"titleBar.inactiveBackground": "#441b88",
"titleBar.inactiveForeground": "#ffffff"
},
// Skip noisy folders
"python.analysis.exclude": [
"scripts",
"tests"
]
}