A Model Context Protocol server providing AI with secure file management and Python execution capabilities. Deploy on Vercel for serverless AI workspace operations.
curl -X POST https://your-project.vercel.app/execute \ -H "Content-Type: application/json" \ -d '{ "tool": "create_file", "arguments": { "filepath": "hello.py", "content": "print(\"Hello AI!\")" } }'