Skip to main content

Available MCP Servers

ServerPurpose
githubGitHub issues, PRs, and code search
sentryError tracking and performance data
linearIssue tracking and project management
NotionWorkspace pages and databases
maybern-docsMaybern documentation search
figmaDesign-to-code generation
postgresDatabase queries and health checks

Setup

GitHub

Add your GitHub personal access token to ~/.zshrc:
export GITHUB_PAT="ghp_your_token_here"
Create a token at GitHub Settings > Developer settings > Personal access tokens with repo, read:org, and read:user scopes.

Postgres MCP

Install the postgres MCP server:
pip install postgres-mcp
See postgres-mcp documentation for configuration options.

Linear, Sentry, Notion, Figma

These services use OAuth authentication. When you first use a command that requires one of these services, Claude Code will open a browser window to complete authentication. Simply run a relevant query and follow the prompts:
# Triggers Linear auth
Show my Linear issues

# Triggers Sentry auth
What errors are in Sentry?

# Triggers Notion auth
Search Notion for onboarding docs

# Triggers Figma auth
Get the design context from [figma-url]