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.
Latest Blog Posts
- 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