mcp-server-on-raspi

mcp-server-on-raspi

3.4

A MCP server project

The MCP server on Raspberry Pi is designed to manage and store notes using a custom URI scheme. It allows users to add, access, and summarize notes efficiently. The server supports a simple note storage system with a unique note:// URI scheme for accessing individual notes. Each note resource is characterized by a name, description, and a text/plain mimetype. The server also provides a prompt to summarize all stored notes, with an optional style argument to control the level of detail in the summary. Additionally, the server includes a tool for adding new notes, which updates the server state and notifies clients of any changes.

Features

  • Custom note:// URI scheme for accessing notes
  • Summarize-notes prompt with style control
  • Add-note tool for adding new notes
  • Updates server state and notifies clients of changes
  • Simple note storage system

MCP Tools

  • {'add-note': 'Adds a new note to the server with required name and content arguments.'}

Usage with Different Platforms

Claude Desktop


{
  "mcpServers": {
    "mcp-server-on-raspi": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/daikiwatanabe/ghq/github.com/daikw/mcp-server-on-raspi",
        "run",
        "mcp-server-on-raspi"
      ]
    }
  }
}

Published Servers


{
  "mcpServers": {
    "mcp-server-on-raspi": {
      "command": "uvx",
      "args": [
        "mcp-server-on-raspi"
      ]
    }
  }
}