Fourth Brain Demo
Enables searching, browsing, and retrieving content from Notion-hosted knowledge bases, providing access to detailed documentation, value propositions, and RFP responses.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Fourth Brain DemoFind the value proposition for a CFO regarding our enterprise platform."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Create a Notion Internal Integration at https://www.notion.so/my-integrations
Create a parent page and share it with the integration
Copy
.env.exampleto.env, add your token and parent page IDPopulate the knowledge base:
pip install -r requirements.txt
python populate_notion.py --parent-page <page_id>Copy the database IDs from the output into
.env
2. Run locally
python server.pyServer starts at http://localhost:8000/mcp
3. Test with MCP Inspector
fastmcp dev server.py4. 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 dashboard5. Connect Claude.ai
Go to Claude.ai > Settings > Integrations
Add Custom Connector:
https://your-app.up.railway.app/mcpCreate a Project, upload skills files from
skills/
Related MCP server: Claude AI Documentation Assistant
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
Tool | Description |
| Search across all 6 knowledge databases |
| Browse knowledge structure by area |
| Retrieve full page content |
| RAG-style Q&A with confidence scoring |
| List all knowledge domains |
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 |
Environment Variables
See .env.example for all required variables.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP Server for the Notion API, enabling Claude to interact with Notion workspaces.Last updated311,127912MIT
- Flicense-qualityDmaintenanceAn MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.Last updated
- Flicense-quality-maintenanceAn MCP server that enables Claude to generate, search, and manage documentation for codebases using vector embeddings and semantic search, providing tools for creating user guides, technical documentation, code explanations, and architectural diagrams.Last updated6
- Flicense-qualityDmaintenanceMCP server exposing portfolio AI tools including semantic search, evaluation framework, and prompt management, enabling natural language interaction with these services via Claude Desktop.Last updated
Related MCP Connectors
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rev4nchist/fourth-brain-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server