We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MarcusJellinghaus/mcp-code-checker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
Claude.md•311 B
# Claude System Instructions
## Core Workflow Rules
1. **After completing file edits:** Run `pytest`, `pylint`, and `mypy`
2. **Before committing:** Run formatter (`./tools/format_all.sh` or `tools\format_all.bat`)
3. **Tool preference:** Use MCP tools if available - strictly prefer them over alternatives