Skip to main content
Glama

MCP-LinkedIn

settings.json1.09 kB
{ "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll": "explicit", "source.organizeImports": "explicit" }, "editor.defaultFormatter": "charliermarsh.ruff", "[python]": { "editor.defaultFormatter": "charliermarsh.ruff", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll": "explicit", "source.organizeImports.ruff": "explicit" } }, "python.defaultInterpreterPath": ".venv/bin/python", "python.terminal.activateEnvironment": true, "yaml.schemas": { "https://www.schemastore.org/github-issue-config.json": "file:///Users/daniel/Documents/development/python/linkedin-mcp-server/.github/ISSUE_TEMPLATE/config.yml" }, "cursorpyright.analysis.autoImportCompletions": true, "cursorpyright.analysis.diagnosticMode": "workspace", "cursorpyright.analysis.extraPaths": [ "./linkedin_mcp_server" ], "cursorpyright.analysis.stubPath": "./linkedin_mcp_server", "cursorpyright.analysis.typeCheckingMode": "off" }

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/Kappasig920/MCP-LinkedIn'

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