notes-mcp-server
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
notes-mcp-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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 igniteSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


