unbiased
Reads a user's GitHub profile, repositories, and projects to provide developer context for AI agents.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@unbiasedshow my developer context from GitHub"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
unbiased
Reads your GitHub once and serves your developer context — stack, projects, experience — to Claude, Cursor, and any MCP client over a single URL.
setup
git clone https://github.com/shaurya-afk/unbiased
cd unbiased
python -m venv .venv
.venv\Scripts\activate # Windows
# source .venv/bin/activate # Mac/Linux
pip install -r requirements.txt
cp .env.example .env
# fill in .envRelated MCP server: GitInsight-MCP
env vars
Variable | Value |
| GitHub OAuth app client ID |
| GitHub OAuth app client secret |
|
|
| random string, 32+ chars |
|
|
| Google AI Studio API key |
run
uvicorn main:app --reloadVisit http://localhost:8000.
mcp
After connecting GitHub, copy the MCP URL from your dashboard and paste it into your MCP client (Claude Desktop, Cursor, etc.) as a remote server URL.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shaurya-afk/unbiased'
If you have feedback or need assistance with the MCP directory API, please join our Discord server