We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sharath-ts-07/MCPAssignment'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
setup_guide.md•587 B
# Setup Guide
## Prerequisites
- Python 3.11 or higher
- GitHub account and personal access token
- Git installed on your system
## Installation Steps
1. Clone the repository
2. Create virtual environment
3. Install dependencies
4. Configure environment variables
5. Run the application
## Configuration
Create a `.env` file with:
- GITHUB_TOKEN
- GITHUB_REPO_OWNER
- GITHUB_REPO_NAME
## Troubleshooting
Common issues:
- Invalid token: Check your GitHub token permissions
- Rate limit exceeded: Wait or use a different token
- Connection errors: Check your internet connection