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 identity — stack, projects, languages, and contribution patterns — to Claude, Cursor, and any MCP client over a single remote URL.
Built for AI assistants that need real developer context, not self-reported profiles.
What it does
Connect unbiased to your MCP client and it exposes tools that pull live context from your GitHub:
Tool | Description |
| Returns the developer's tech stack — languages, frameworks, and tools |
| Returns summaries of notable GitHub projects |
| Returns all developer context files merged into a single document |
| Given a task description, returns only the context most relevant to it |
get_context_foris task-aware — describe what you're building and it filters your context down to only what's relevant, using an LLM to rank and trim before returning.
Claude or Cursor can then use this context automatically — no copy-pasting your resume into every conversation.
Example: Ask Claude "review my architecture given my background" and it pulls your actual stack before responding.
Related MCP server: mcp-me
Connect (Remote — no setup needed)
Visit unbiased-ax79.onrender.com and connect your GitHub via OAuth
Copy your personal MCP URL from the dashboard
Add it to your MCP client config:
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"unbiased": {
"command": "npx",
"args": ["mcp-remote", "https://unbiased-ax79.onrender.com/mcp/YOUR_TOKEN"]
}
}
}Cursor (Settings → MCP → Add Server): https://unbiased-ax79.onrender.com/mcp/YOUR_TOKEN
Sample output — get_stack
```
Languages
Python, Java, TypeScript
Frameworks
FastAPI, Spring Boot, LangGraph, Next.js
Databases
PostgreSQL, MongoDB, Redis, ChromaDB
Cloud
AWS (ECS, S3), Render, Docker ```
Self-host
git clone https://github.com/shaurya-afk/unbiased
cd unbiased
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env # fill in values below
uvicorn main:app --reloadEnvironment variables
Variable | Description |
| GitHub OAuth App client ID |
| GitHub OAuth App client secret |
|
|
| Random string, 32+ chars |
|
|
| Google AI Studio API key |
Tech
FastAPI · FastMCP · OAuth 2.1 · PostgreSQL · Render
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.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to access and analyze GitHub profile data, providing insights on repositories, commit history, coding patterns, and generating portfolio summaries for developers and recruiters.Last updated82MIT
- AlicenseAqualityAmaintenanceDigital identity layer for AI — your bio, career, skills, interests, and projects always available to every AI tool. Auto-generates profile from 342+ public APIs, 13 real-time plugins, YAML-based profiles with privacy-first local storage.Last updated26415MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that exposes a professional profile — certifications, industry articles, open source contributions, and live GitHub activity — as a queryable API for AI agents.Last updated711MIT
- Flicense-qualityFmaintenanceA Model Context Protocol (MCP) server that connects Claude AI directly to the GitHub API, enabling natural language queries for live repository data, issues, PRs, and contributions.Last updated1
Related MCP Connectors
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
The personal context layer for AI: your profile and files, read by any MCP client over OAuth.
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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