nanopm Connectors

May 21, 2026 · View on GitHub

Each file documents how nanopm fetches data from a third-party tool.

How it works

nanopm tries each tier in order and uses the highest available:

Tier 1: MCP tool call   — fastest, most structured
Tier 2: Direct API      — requires API key in environment
Tier 3: Browser scrape  — requires browse binary, uses your authenticated session
Tier 4: Manual          — CONTEXT.md fallback, always works

Skills check tier availability via nanopm_has_connector TOOL from lib/nanopm.sh.

Adding a connector

  1. Create connectors/{toolname}.md
  2. Define these four sections: ## Tier 1 (MCP), ## Tier 2 (API), ## Tier 3 (Browser), ## Tier 4 (Manual fallback)
  3. For Tier 3, specify the root URL and what to navigate to
  4. Reference the connector name in any skill that can use it

That's it. No code changes needed.

Available connectors

ToolTier 1 (MCP)Tier 2 (API)Tier 3 (Browser)Data fetched
linearmcp__linear__*LINEAR_API_KEYlinear.appIssues, cycles, roadmap
notionmcp__notion__*NOTION_API_KEYnotion.soPages, databases
dovetail—DOVETAIL_API_KEYdovetail.comInsights, themes, tags
githubmcp__github__*GITHUB_TOKENgithub.comIssues, PRs, releases
productboard—PRODUCTBOARD_API_KEYapp.productboard.comFeatures, insights, user notes
google-calendarmcp__claude_ai_Google_Calendar__*OAuth v3—Today's events, meetings
granolamcp__claude_ai_Granola__*——Meeting notes, transcripts
posthogmcp__claude_ai_PostHog__*POSTHOG_API_KEY + POSTHOG_PROJECT_ID—Trends, funnels, retention, paths
amplitude—AMPLITUDE_API_KEY + AMPLITUDE_SECRET_KEYapp.amplitude.comTrends, funnels, retention
mixpanel—MIXPANEL_SERVICE_ACCOUNT + secretmixpanel.comEvent trends, funnels
intercom—INTERCOM_API_TOKENapp.intercom.comConversations, support themes
hubspot—HUBSPOT_API_KEYapp.hubspot.comDeals, pipeline, ICP signal
jira(preview)JIRA_DOMAIN + JIRA_API_TOKENatlassian.netActive sprint, blockers
google-drivemcp__google_drive__*OAuth v3drive.google.comPRDs, research docs, strategy
slackmcp__slack__*SLACK_API_TOKEN—Channel decisions, customer mentions