6DuckLearn MCP

6DuckLearn MCP

Hosted MCP server for the 6DuckLearn learning platform, enabling integration with AI agents like Codex and Claude Code.

Category
Visit Server

README

6DuckLearn MCP

Official public setup docs, registry metadata, and local connector package for the hosted 6DuckLearn MCP server.

Use 6ducklearn as the local client key in Codex or Claude Code. The official MCP Registry name is com.6ducklearn/mcp, and the hosted endpoint is:

https://6ducklearn.com/mcp

This repository is intentionally hosted-first. It does not contain the private 6DuckLearn SaaS backend, Supabase edge functions, service-role database access, billing logic, user memory store, or production deployment scripts.

Quick Start

Codex

codex mcp add 6ducklearn --url https://6ducklearn.com/mcp
codex mcp login 6ducklearn

Claude Code

claude mcp add --transport http 6ducklearn https://6ducklearn.com/mcp

Then open the MCP tool picker in Claude Code and authorize 6DuckLearn when prompted.

Hosted MCP Identity

  • local client key: 6ducklearn
  • MCP Registry name: com.6ducklearn/mcp
  • title: 6DuckLearn MCP
  • MCP URL: https://6ducklearn.com/mcp
  • OAuth discovery: https://6ducklearn.com/.well-known/oauth-authorization-server
  • protected resource metadata: https://6ducklearn.com/.well-known/oauth-protected-resource/mcp

The hosted server uses OAuth scopes such as mcp:read, mcp:write, runtime:connect, control:read, and approval-related scopes. Write-capable and sensitive actions remain controlled by 6DuckLearn policy and user approval.

Local Connector

The connector is for users who want a local runtime bridge between 6DuckLearn and local agents such as Codex, OpenClaw, or Hermes. The preferred setup path is OAuth from the 6DuckLearn web app.

npm install
npm run build
SIXDUCK_PUBLIC_BASE_URL=https://6ducklearn.com node packages/connector/dist/index.js login

After login, keep the connector process running when using a local runtime:

SIXDUCK_RUNTIME_TYPE=codex \
SIXDUCK_CODEX_CWD=/absolute/path/to/your/workspace \
SIXDUCK_CODEX_QUIET_PROFILE=true \
node packages/connector/dist/index.js

Most users should start from the hosted 6DuckLearn setup page rather than cloning this repository directly.

MCP Registry Publication

The official registry manifest lives in server.json. It is a hosted-only listing because the canonical 6DuckLearn MCP server runs at https://6ducklearn.com/mcp; the local connector is a runtime bridge, not a standalone stdio MCP server package.

Before publishing, validate the manifest and hosted endpoint:

npm run validate:registry
npm run smoke:hosted

Publish with domain-based authentication so the registry name can stay under the 6DuckLearn domain namespace:

# After generating the proof key and serving /.well-known/mcp-registry-auth:
mcp-publisher login http --domain 6ducklearn.com --algorithm ecdsap384 --private-key "$PRIVATE_KEY"
mcp-publisher publish
curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=com.6ducklearn/mcp"

The required HTTP proof must be served from https://6ducklearn.com/.well-known/mcp-registry-auth. After the official MCP Registry lists com.6ducklearn/mcp, request GitHub MCP Registry inclusion by emailing partnerships@github.com with the registry name, official registry URL, GitHub repository, website, hosted endpoint, and validation evidence. GitHub's MCP Registry is a separate curated surface, so listing there currently requires GitHub review rather than relying on automatic community registry sync.

What Is Public Here

  • hosted MCP setup instructions
  • official MCP Registry manifest
  • sanitized client examples
  • local connector source and tests
  • live hosted endpoint smoke checks
  • secret scans that prevent private SaaS details from entering this public repo

What Stays Private

  • 6DuckLearn SaaS application source
  • production Supabase functions and migrations
  • service-role database patterns
  • user memory, PKM, billing, approval trails, and runtime health data
  • internal release scripts and production deploy credentials

Development

npm install
npm run validate

Validation runs TypeScript build, connector tests, package dry-run, MCP Registry manifest checks, hosted MCP smoke checks, and a public-release secret scan.

Security

Report security issues privately. See SECURITY.md.

License

Code is licensed under Apache-2.0. Documentation examples are licensed under CC BY 4.0. See TRADEMARK.md for 6DuckLearn brand usage.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured