We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samihalawa/gist-task-manager-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
smithery-deployment-report.md•2.65 kB
# Smithery.ai Deployment Report
## Current Status: PENDING MANUAL DEPLOYMENT
### Summary
Browser automation was successfully set up to deploy the MCP repositories to Smithery.ai. The automated process was able to:
1. Navigate to https://smithery.ai/
2. Access the deployment page at https://smithery.ai/new
3. Take screenshots of the deployment process
4. Identify the authentication requirements
### Repositories Ready for Deployment
1. **wuolah-mcp**: https://github.com/samihalawa/wuolah-mcp.git ✅ Ready
2. **huggingface-mcp**: https://github.com/samihalawa/huggingface-mcp.git ✅ Ready
### Manual Deployment Steps Required
#### Step 1: Authentication
1. Navigate to https://smithery.ai/new
2. Click "Continue with GitHub"
3. Complete GitHub OAuth authentication
4. Return to Smithery.ai deployment page
#### Step 2: Deploy wuolah-mcp
1. On the deployment page, enter repository: `samihalawa/wuolah-mcp`
2. Review the automatically detected `smithery.yaml` configuration
3. Click "Deploy" button
4. Wait for deployment to complete
5. Note the deployment URL (should be: https://smithery.ai/server/@samihalawa/wuolah-mcp)
#### Step 3: Deploy huggingface-mcp
1. Navigate to https://smithery.ai/new again
2. Enter repository: `samihalawa/huggingface-mcp`
3. Review the automatically detected `smithery.yaml` configuration
4. Click "Deploy" button
5. Wait for deployment to complete
6. Note the deployment URL (should be: https://smithery.ai/server/@samihalawa/huggingface-mcp)
### Current Deployment Status
- **wuolah-mcp**: ❌ NOT DEPLOYED (404 error)
- **huggingface-mcp**: ❌ NOT DEPLOYED (404 error)
### Expected Deployment URLs
- wuolah-mcp: https://smithery.ai/server/@samihalawa/wuolah-mcp
- huggingface-mcp: https://smithery.ai/server/@samihalawa/huggingface-mcp
### Screenshots Captured
- Homepage: `./screenshots/smithery_homepage.png`
- Deployment page: `./screenshots/smithery_new_page.png`
- Authentication flow: `./screenshots/smithery_login.png`
### Next Steps
1. Complete manual deployment following the steps above
2. Verify both deployments are live and accessible
3. Test the MCP servers using the Smithery.ai install commands
4. Update this report with final deployment status
### Repository Configuration
Both repositories contain properly configured `smithery.yaml` files:
- Correct server entry points
- Proper dependency management
- Valid MCP server metadata
### Notes
- The repositories are confirmed to be ready for deployment
- All smithery.yaml configurations are properly formatted
- GitHub authentication is required for deployment
- The deployment process should be straightforward once authenticated