We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jannled/DoorstopMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
// Editor formatting
"editor.tabSize": 4,
"editor.insertSpaces": false,
"editor.detectIndentation": true,
// Pylance / Pyright
"python.analysis.typeCheckingMode": "strict",
"python.analysis.diagnosticMode": "workspace",
"python.analysis.diagnosticSeverityOverrides": {
"reportUnusedVariable": "information",
"reportUnnecessaryIsInstance": "warning",
"reportUntypedFunctionDecorator": "warning",
"reportUnknownMemberType": "warning",
"reportUnusedImport": "warning",
"reportUnusedFunction": "warning",
"reportUnusedClass": "warning",
"reportUnnecessaryCast": "information"
},
// Display formatting aid
"editor.rulers": [90, 120],
"editor.wordWrapColumn": 120,
"[git-commit]": {
"editor.rulers": [50]
},
"[markdown]": {
"editor.rulers": [72, 94, 120], // Pandoc wraps at 72 internally by default, Obsidian at 94 in Code Blocks
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 120
},
"ruff.lineLength": 90, // 90ish, same as the first rule in the editor
// Dictionary for code spell
"cSpell.words": [
"attribs",
"cpus",
"Debugpy",
"fastmcp",
"HLTC",
"itemformat",
"Jannled",
"modelcontextprotocol",
"pids",
"pycache",
"reqs",
"streamable",
"unreviewed",
"venv",
"Yeet"
]
}