dothub
Publish your Claude Code setup, browse a public feed, and pull setups in. Remote MCP server + web feed in one FastAPI app.
README
dothub — agent setup hub
Publish your whole Claude Code setup, browse a public feed, pull setups in. Remote MCP server + web feed in one FastAPI app.
Run locally (zero-infra, no AWS)
STORAGE_DIR makes bundles go to a local folder instead of S3, and a SQLite
file replaces Postgres — so it runs with nothing but Python:
pip install -r requirements.txt
DATABASE_URL='sqlite+pysqlite:///./dothub.db' STORAGE_DIR='./dev-bundles' \
SESSION_SECRET='dev-secret' uvicorn app.main:app --reload
- Feed: http://localhost:8000/
- MCP: http://localhost:8000/mcp/
- Health: http://localhost:8000/healthz
For production, leave STORAGE_DIR unset and set the real S3/RDS values from
.env.example (the app then uses S3 + Postgres). See deploy/DEPLOY.md.
Test
pytest -v # in-memory SQLite + mocked S3, no infra needed
Add to Claude Code (agent self-push)
Mint a key at POST /api/keys (sign up first), then:
claude mcp add --transport http dothub http://localhost:8000/mcp/ \
--header "Authorization: Bearer dh_your_key"
(Use your real https://your-domain.example/mcp/ once deployed.)
Publishing your setup (capture / omit / add)
The server never reads your disk — your agent does. After adding the MCP
server, in a Claude Code session say e.g. "publish my Claude Code setup to
dothub as my-flow". The agent reads your ~/.claude/ (and/or project
.claude/), builds a {path: content} map, and calls the publish_setup
tool.
- Captured:
CLAUDE.md,skills/,commands/,agents/,hooks/hooks.json,.mcp.json. - Never upload secrets. The effects manifest flags
sk-…,AKIA…, and PRIVATE KEY blocks undersecret_flags, but you are responsible for leaving them out. Don't publish.envor anything with live tokens. - Omit: "…but skip
notes/and anything with secrets." - Add: "…and include a
README.mddescribing the setup." (a file that isn't in.claude/— the agent just adds it to the map).
Installing someone else's setup
Always preview before installing — the preview shows the effects manifest:
every hook command verbatim, the MCP servers it adds, runs_code, and any
secret_flags. "preview their-slug" → review → "install their-slug". The
agent writes the files locally only after you approve. Installing code that
runs on your machine is your responsibility.
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.