MCP Hub
Back to servers

Fourth Brain Demo

An MCP server that connects Claude.ai to a Notion-based marketing knowledge base, enabling search and retrieval across specialized domains like enterprise platforms and competitive positioning. It provides tools for RAG-style Q\&A and content browsing to assist with drafting RFPs and value propositions.

Updated
Feb 11, 2026

Fourth Brain Demo

Notion-backed MCP server for Fourth's marketing knowledge base. Connects Claude.ai to curated marketing content via the Model Context Protocol.

Quick Start

1. Set up Notion

  1. Create a Notion Internal Integration at https://www.notion.so/my-integrations
  2. Create a parent page and share it with the integration
  3. Copy .env.example to .env, add your token and parent page ID
  4. Populate the knowledge base:
pip install -r requirements.txt
python populate_notion.py --parent-page <page_id>
  1. Copy the database IDs from the output into .env

2. Run locally

python server.py

Server starts at http://localhost:8000/mcp

3. Test with MCP Inspector

fastmcp dev server.py

4. Deploy to Railway

# Push to GitHub
git remote add origin https://github.com/Rev4nchist/fourth-brain-demo.git
git push -u origin main

# Railway auto-deploys from GitHub
# Set env vars in Railway dashboard

5. Connect Claude.ai

  1. Go to Claude.ai > Settings > Integrations
  2. Add Custom Connector: https://your-app.up.railway.app/mcp
  3. Create a Project, upload skills files from skills/

Architecture

Claude.ai  -->  MCP (Streamable HTTP)  -->  Notion API
                     |
              FastMCP Server
              - 5 tools (search, browse, get, ask, list)
              - 3 prompts (product_qa, rfp_draft, meeting_prep)
              - TTL cache (300s)

Tools

ToolDescription
search_knowledgeSearch across all 6 knowledge databases
browse_libraryBrowse knowledge structure by area
get_documentRetrieve full page content
ask_questionRAG-style Q&A with confidence scoring
list_content_areasList all knowledge domains

Knowledge Domains

DomainContent
Enterprise PlatformPlatform overview, 5 pillars, modules, architecture
Value PropositionsPer-persona value props (CFO/COO/CHRO/CTO/CEO)
Integration Guide200+ integrations by category
Competitive PositioningBattle cards, win/loss analysis
RFP ResponsesPre-drafted RFP answers
FAQ & Product Q&ACommon product questions

Environment Variables

See .env.example for all required variables.

Reviews

No reviews yet

Sign in to write a review