Skip to main content
Glama

Get My Notion MCP Server

by ParkJong-Hun

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

npm install -g @parkjonghun/get-my-notion-mcp

Configure with Claude Code

claude mcp add get-my-notion-mcp -- npx -y @parkjonghun/get-my-notion-mcp

Configure with Cursor

Add to your Cursor settings:

{ "mcpServers": { "get-my-notion-mcp": { "command": "npx", "args": ["-y", "@parkjonghun/get-my-notion-mcp"] } } }

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)

# Clone and build git clone https://github.com/ParkJong-Hun/get-my-notion-mcp.git cd get-my-notion-mcp npm run build npm link

Then use:

# Claude Code claude mcp add get-my-notion-mcp -- get-my-notion-mcp # Cursor { "mcpServers": { "get-my-notion-mcp": { "command": "get-my-notion-mcp" } } }

Option 2: Direct Binary Path

# Build cargo build --release # Use full path ./target/release/get-my-notion-mcp

Configuration:

{ "mcpServers": { "get-my-notion-mcp": { "command": "/full/path/to/target/release/get-my-notion-mcp" } } }

📚 Documentation

🔧 How It Works

This MCP server connects to the my-notion GitHub repository and provides three main tools:

  • list_files - Browse repository structure
  • get_file_content - Read any file content
  • get_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.

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

  1. ✨ Features
    1. 🚀 Quick Start
      1. Install via npm
      2. Configure with Claude Code
      3. Configure with Cursor
    2. 💬 Example Usage
      1. 🔧 Alternative Installation Methods
        1. Option 1: Build from Source (If npm install fails)
        2. Option 2: Direct Binary Path
      2. 📚 Documentation
        1. 🔧 How It Works
          1. ⚡ Requirements
            1. 🛠️ Troubleshooting
              1. 📄 License
                1. 🔗 Links

                  Related MCP Servers

                  • A
                    security
                    F
                    license
                    A
                    quality
                    Provides 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 -
                    2
                    18
                    TypeScript
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A 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 -
                    5
                    JavaScript
                    MIT License
                    • Apple
                  • A
                    security
                    A
                    license
                    A
                    quality
                    Enables 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 -
                    3
                    2
                    JavaScript
                    MIT License
                    • Linux
                    • Apple
                  • -
                    security
                    A
                    license
                    -
                    quality
                    Enables interaction with GitHub repositories through the GitHub API, allowing file operations, repository management, issue tracking, and code search through natural language commands.
                    Last updated -
                    5
                    2
                    TypeScript
                    MIT License
                    • Apple
                    • Linux

                  View all related MCP servers

                  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/ParkJong-Hun/get-my-notion-mcp'

                  If you have feedback or need assistance with the MCP directory API, please join our Discord server