Skip to main content
Glama

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 .env

Related MCP server: GitInsight-MCP

env vars

Variable

Value

GITHUB_CLIENT_ID

GitHub OAuth app client ID

GITHUB_CLIENT_SECRET

GitHub OAuth app client secret

GITHUB_REDIRECT_URI

http://localhost:8000/auth/callback (local)

SECRET_KEY

random string, 32+ chars

DATABASE_URL

postgresql+asyncpg://user:pass@host/db

GEMINI_API_KEY

Google AI Studio API key

run

uvicorn main:app --reload

Visit 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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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