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
setup-github.sh•384 B
#!/bin/bash
# After creating the GitHub repository, run these commands:
echo "Setting up remote origin..."
git remote add origin https://github.com/wblair8689/project-context-mcp.git
echo "Pushing to GitHub..."
git branch -M main
git push -u origin main
echo "✅ Repository pushed to GitHub successfully!"
echo "Repository URL: https://github.com/wblair8689/project-context-mcp"