Provides access to the my-notion GitHub repository, allowing browsing of files and directories, reading file content, and tracking the latest commit information
Get My Notion MCP Server
A Model Context Protocol (MCP) server that provides access to the my-notion GitHub repository data. This server allows AI assistants like Claude and Cursor to fetch the latest files, content, and commit information from the repository.
✨ Features
📁 Browse Files: List files and directories in the repository
📄 Read Content: Get the content of any file
🔄 Track Changes: Check the latest commit information
🔗 Repository Info: Access repository metadata
🚀 Quick Start
Install via npm
Configure with Claude Code
Configure with Cursor
Add to your Cursor settings:
Settings location:
macOS:
~/Library/Application Support/Cursor/User/settings.json
Windows:
%APPDATA%\Cursor\User\settings.json
Linux:
~/.config/Cursor/User/settings.json
💬 Example Usage
Once configured, try these commands:
"List all files in the my-notion repository"
"Show me the README.md content"
"What's the latest commit?"
"Browse the src directory"
🔧 Alternative Installation Methods
Option 1: Build from Source (If npm install fails)
Then use:
Option 2: Direct Binary Path
Configuration:
📚 Documentation
API Reference - Detailed tool and resource documentation
Development Guide - Contributing and building from source
Deployment Guide - Advanced installation and configuration
🔧 How It Works
This MCP server connects to the my-notion GitHub repository and provides three main tools:
list_files
- Browse repository structureget_file_content
- Read any file contentget_latest_commit
- Get current commit info
All data is fetched in real-time from the GitHub API, so you always get the latest information.
⚡ Requirements
No authentication needed (uses public GitHub API)
Internet connection for GitHub API access
Rate limit: 60 requests per hour
🛠️ Troubleshooting
Connection issues? Verify internet access and GitHub API availability.
Rate limits? The server handles GitHub's 60 requests/hour limit automatically.
Installation problems? Check our Deployment Guide for alternative methods.
📄 License
MIT License - see LICENSE for details.
🔗 Links
my-notion repository - The repository this server accesses
Model Context Protocol - Official MCP specification
Claude Code - Claude's code assistant
Cursor - AI-powered code editor
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Provides access to a specific GitHub repository (my-notion) allowing AI assistants to browse files, read content, and track commit information. Enables real-time interaction with repository data through the GitHub API without authentication requirements.
Related MCP Servers
- AsecurityFlicenseAqualityProvides tools for mapping and analyzing GitHub repositories. It allows users to set a GitHub Personal Access Token and retrieve detailed information about a specified repository, including its structure and summary statistics.Last updated -219
- -securityAlicense-qualityA server that allows AI assistants to browse and read files from specified GitHub repositories, providing access to repository contents via the Model Context Protocol.Last updated -5MIT License
- AsecurityAlicenseAqualityEnables AI models to access GitHub repository contents as context, with features to fetch entire repositories, specific file contents, and repository structures for use in AI interactions.Last updated -32MIT License
- -securityAlicense-qualityEnables interaction with GitHub repositories through the GitHub API, allowing file operations, repository management, issue tracking, and code search through natural language commands.Last updated -3332MIT License