notes-mcp-server
@coilybits
About notes-mcp-server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"notes-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"uv",
"\\"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is notes-mcp-server?
notes-mcp-server is a Model Context Protocol (MCP) server that provides AI assistants with a secure and structured way to perform CRUD operations on simple notes. Notes are persisted using Apache Ignite.
How to use notes-mcp-server?
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.
Key features of notes-mcp-server
- 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
Use cases of notes-mcp-server
- AI assistants that need to create and retrieve personal notes
- Integrating a note‑taking capability into Claude Desktop or Continue.dev
- Prototyping an MCP server with a persistent data store
- Teaching or exploring the Model Context Protocol
FAQ from notes-mcp-server
What dependencies does notes-mcp-server require?
Python with the uv package manager, MCP server dependencies, and Apache Ignite.
How do I configure the database connection?
Pass the --host and --port arguments when running the server, e.g., --host=127.0.0.1 --port=10800.
Can I use notes-mcp-server with Claude Desktop?
Yes. Add a configuration entry to Claude’s MCP settings file using the uv command as shown in the README.
What license is notes-mcp-server released under?
MIT License – see the LICENSE file in the repository.
Where are the notes stored?
Notes are persisted in an Apache Ignite database. The server connects to an Ignite instance via the configured host and port.
Frequently asked questions
What dependencies does notes-mcp-server require?
Python with the `uv` package manager, MCP server dependencies, and Apache Ignite.
How do I configure the database connection?
Pass the `--host` and `--port` arguments when running the server, e.g., `--host=127.0.0.1 --port=10800`.
Can I use notes-mcp-server with Claude Desktop?
Yes. Add a configuration entry to Claude’s MCP settings file using the `uv` command as shown in the README.
What license is notes-mcp-server released under?
MIT License – see the LICENSE file in the repository.
Where are the notes stored?
Notes are persisted in an Apache Ignite database. The server connects to an Ignite instance via the configured host and port.
Basic information
More Memory & Knowledge MCP servers
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
Notion MCP Server
makenotionOfficial Notion MCP Server
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Comments