mcp-server-notes

issam-eddine/mcp-server-notes

3.1

If you are the rightful owner of mcp-server-notes and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This repository contains a simple example of an MCP server that reads and writes from a `notes.txt` file.

mcp-server-notes

This repository contains a simple example of an MCP server that reads and writes from a notes.txt file.

Using the MCP server with Cursor

Add the "notes" object to your .cursor/mcp.json file:

{
  "mcpServers": {

    "notes": {
      "command": "uv",
      "args": [
        "--directory",
        "absolute/path/to/mcp-server-notes",
        "run",
        "notes.py"
      ]
    }

  }
}