loading…
Search for a command to run...
loading…
An MCP server that connects Claude.ai to a Notion-based marketing knowledge base, enabling search and retrieval across specialized domains like enterprise platf
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.
Notion-backed MCP server for Fourth's marketing knowledge base. Connects Claude.ai to curated marketing content via the Model Context Protocol.
.env.example to .env, add your token and parent page IDpip install -r requirements.txt
python populate_notion.py --parent-page <page_id>
.envpython server.py
Server starts at http://localhost:8000/mcp
fastmcp dev server.py
# 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
https://your-app.up.railway.app/mcpskills/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)
| Tool | Description |
|---|---|
search_knowledge |
Search across all 6 knowledge databases |
browse_library |
Browse knowledge structure by area |
get_document |
Retrieve full page content |
ask_question |
RAG-style Q&A with confidence scoring |
list_content_areas |
List all knowledge domains |
| Domain | Content |
|---|---|
| Enterprise Platform | Platform overview, 5 pillars, modules, architecture |
| Value Propositions | Per-persona value props (CFO/COO/CHRO/CTO/CEO) |
| Integration Guide | 200+ integrations by category |
| Competitive Positioning | Battle cards, win/loss analysis |
| RFP Responses | Pre-drafted RFP answers |
| FAQ & Product Q&A | Common product questions |
See .env.example for all required variables.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"fourth-brain-demo": {
"command": "npx",
"args": []
}
}
}