Live demo
Connect your AI to this demo workspace
Pith exposes the same wiki pages, bookmarks, and highlights to your AI assistant via MCP. Configure once, query forever.
What is MCP?
The Model Context Protocol lets AI clients (Claude Desktop, Claude Code, Cursor, claude.ai) read from and write to external systems through a single standardized interface. Pith ships an MCP server so the wiki you build here becomes queryable by your AI without copy-pasting.
Demo credentials (public, read-only)
These credentials connect to the same demo workspace you've been browsing. They're scoped read-only and rate-limited. Replace them with your own once you sign up.
MCP endpoint
https://mcp.pithlab.app/mcp
API token
tfk_e4YXRz5s9MlUpmL5wBA5uFC3eks
This token may be rotated without notice. For production use, create your own token in Settings → API Tokens after signing up.
Claude Desktop · claude.ai
Add this block to your claude_desktop_config.json (Settings → Developer → Edit Config) and restart Claude Desktop. claude.ai's web MCP integration accepts the same shape via Settings → Connectors.
{
"mcpServers": {
"pith-demo": {
"type": "http",
"url": "https://mcp.pithlab.app/mcp",
"headers": {
"Authorization": "Bearer tfk_e4YXRz5s9MlUpmL5wBA5uFC3eks"
}
}
}
}Claude Code
Run this command in your terminal. The connection is project-scoped by default — use --scope user for global.
claude mcp add pith-demo --type http \
--url https://mcp.pithlab.app/mcp \
--header "Authorization: Bearer tfk_e4YXRz5s9MlUpmL5wBA5uFC3eks"Test it
List the available MCP tools before wiring it into your client.
curl -X POST https://mcp.pithlab.app/mcp \
-H "Authorization: Bearer tfk_e4YXRz5s9MlUpmL5wBA5uFC3eks" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"tools/list","id":1}'Try asking your AI
Once connected, your AI assistant can answer using this workspace's content as context.
- Summarise everything I have on DORA Article 30, with citations from my sources.
- What are the EU AI Act penalty tiers, and which of my bookmarks back that up?
- Draft a one-page client memo on Q1 2026 fintech M&A using my reading list.
- Which articles in my Pith workspace mention Capital One or Brex?
Your AI deserves your reading list.
Start a workspace, bookmark what you read, connect your AI. 14 days free.