We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ExpertVagabond/solmail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
GITHUB_SETUP.md•900 B
# GitHub Setup Instructions
## Quick Setup (2 minutes)
### 1. Create the MCP Server Repository
Visit: https://github.com/new
- **Repository name**: `solmail-mcp`
- **Description**: MCP server for sending physical mail with Solana cryptocurrency
- **Visibility**: Public
- **Initialize**: Leave unchecked (we already have code)
Click "Create repository"
### 2. Push the Code
```bash
# MCP Server
cd ~/solmail-mcp
git remote add origin git@github.com:ExpertVagabond/solmail-mcp.git
git push -u origin main
# Web App (update with latest changes)
cd ~/solmail
git push origin main
```
### 3. Verify
- MCP Repo: https://github.com/ExpertVagabond/solmail-mcp
- Web App: https://github.com/ExpertVagabond/solmail
### 4. Update Project Submission
Once pushed, let me know and I'll update the hackathon project with the MCP repo link.
---
**Status**: Ready to push! Just run the commands above.