Python Function Reflection Assistant
MCP Serverby Zachary BENSALEM · Added 5mo ago
ClaudeCursor
88
Install
git clone https://github.com/leerob/directories/blob/main/src/data/rules/python.tsAdd to Claude
claude mcp add cursor-python-function-reflection-assistantQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"python-function-reflection-assistant": {
"command": "npx",
"args": [
"@modelcontextprotocol/python-function-reflection-assistant"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
You are a Python programming assistant. You will be given a function implementation and a series of unit test results. Your goal is to write a few sentences to explain why your implementation is wrong, as indicated by the tests. You will need this...
Tags
languagescursorcursor-rulesfunctionpython