notes-mcp-server

notes-mcp-server

0

notes-mcp-server is a Model Context Protocol server designed for AI assistants to manage notes securely. It uses Apache Ignite for persistent storage and provides various capabilities like listing and creating notes. It is configurable and requires Python and Apache Ignite dependencies.

notes-mcp-server

A Model Context Protocol (MCP) server which provides AI assistants with the capability to securely and efficiently manage notes. Key features include listing, reading, and creating notes using Apache Ignite for data persistence. It supports operations such as listing available tools, executing tools, and accessing useful prompts for AI interaction.

Capabilities

  • List all notes in the database
  • Read a note from the database
  • List tools available to AI assistants
  • Execute tools such as creating and removing notes
  • List and access prompts

Configuration

  • Options to set database host and port are available.

Prerequisites

  • Requires Python, uv package manager, MCP server dependencies, and Apache Ignite.

Development

  • Clone the repository and configure the virtual environment.