notes-mcp-server

by coilybits

166 downloads
Not rated
GitHub

Description

# notes-mcp-server A Model Context Protocol (MCP) server which provides AI assistants with a secure and structured way to CRUD simple notes. The notes are persisted using [apach ignite](https://ignite.apache.org/) # Capabilities * `list_resources` list all notes in database *…

About

# notes-mcp-server A Model Context Protocol (MCP) server which provides AI assistants with a secure and structured way to CRUD simple notes. The notes are persisted using [apach ignite](https://ignite.apache.org/) # Capabilities * `list_resources` list all notes in database * `read_resource` reads a note from database…

Details

Author
coilybits
Downloads
166
Categories
Knowledge Base

- CRUD operations for simple notes
- Notes persisted via Apache Ignite
- Implements list_resources, read_resource, list_tools, call_tool, list_prompts, get_prompt
- Supports stdio transport for MCP clients
- Configurable database host and port
- Open source under MIT license

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name notes-mcp-server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install prerequisites (Python with uv, MCP dependencies, Apache Ignite), then clone the repo and run the server using uv run main.py. Pass --host and --port to configure the database connection. Example usage for Claude Desktop and Continue.dev is provided in the README.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "notes-mcp-server": {
            "notes-mcp-server": {
                "command": "npx",
                "args": [
                    "@modelcontextprotocol/inspector",
                    "uv",
                    "\\"
                ]
            }
        }
    }
}

McpServers

{
    "notes-mcp-server": {
        "command": "npx",
        "args": [
            "@modelcontextprotocol/inspector",
            "uv",
            "\\"
        ]
    }
}

notes-mcp-server

A Model Context Protocol (MCP) server which provides AI assistants with a secure and structured way to CRUD simple notes. The notes are persisted using apach ignite
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.