We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wblair8689/project-context-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
GITHUB_SETUP.mdā¢1.14 kB
š REPOSITORY SETUP INSTRUCTIONS
Since we need to create the GitHub repository first, please follow these steps:
METHOD 1: Create via GitHub Web Interface (Recommended)
========================================================
1. Go to: https://github.com/new
2. Fill in:
- Repository name: project-context-mcp
- Description: A Model Context Protocol (MCP) server for unified project context and monitoring
- Visibility: Public
- ā Do NOT initialize with README, .gitignore, or license (we already have these)
3. Click "Create repository"
METHOD 2: Create via GitHub CLI (if you have auth set up)
========================================================
Run this command:
gh repo create wblair8689/project-context-mcp --public --description "A Model Context Protocol (MCP) server for unified project context and monitoring"
AFTER CREATING THE REPOSITORY:
===============================
Run this command to push the code:
cd /Users/Shared/project-context-mcp && git push -u origin main
ā The local repository is ready to push!
ā All files are committed and ready to go!
ā Remote origin is configured correctly!