Skip to main content
Glama
settings.json1.25 kB
{ // 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": [ "Debugpy", "fastmcp", "Jannled", "modelcontextprotocol", "pycache", "streamable", "unreviewed", "venv" ] }

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/Jannled/DoorstopMCP'

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