notes-mcp-server
@coilybits
关于 notes-mcp-server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"notes-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"uv",
"\\"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
记忆与知识 分类下的更多 MCP 服务器
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
评论